noneWidget property

Widget? noneWidget
final

noneWidget the Widget shown when network state is: Offline.

Important:

  • If noneWidget is null, will be set to OnNoneWidget.

Implementation

final Widget? noneWidget;