loadingWidget property

Widget? loadingWidget
final

Optional widget to show while the reader is loading, e.g. a spinner. It will be shown until the native reader reports that its initial content is visually ready. It should typically be a full-screen widget, since it will be stacked on top of the reader widget.

Implementation

final Widget? loadingWidget;