-
public final class AsyncImagePainter.State.Error extends AsyncImagePainter.State
The request failed due to ErrorResult.throwable.
-
-
Constructor Summary
Constructors Constructor Description AsyncImagePainter.State.Error(Painter painter, ErrorResult result)
-
Method Summary
Modifier and Type Method Description PaintergetPainter()The current painter being drawn by AsyncImagePainter. final ErrorResultgetResult()-
-
Method Detail
-
getPainter
Painter getPainter()
The current painter being drawn by AsyncImagePainter.
-
getResult
final ErrorResult getResult()
-
-
-
-