-
public class AsyncImagePainter.StateThe current state of the AsyncImagePainter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAsyncImagePainter.State.EmptyThe request has not been started.
public final classAsyncImagePainter.State.LoadingThe request is in-progress.
public final classAsyncImagePainter.State.SuccessThe request was successful.
public final classAsyncImagePainter.State.ErrorThe request failed due to ErrorResult.throwable.
-
Field Summary
Fields Modifier and Type Field Description private final Painterpainter
-
Method Summary
Modifier and Type Method Description abstract PaintergetPainter()The current painter being drawn by AsyncImagePainter. -
-
Method Detail
-
getPainter
abstract Painter getPainter()
The current painter being drawn by AsyncImagePainter.
-
-
-
-