NoNetwork class final

NoNetwork model class

Constructors

NoNetwork(BuildContext context, {Widget customNoNetwork(void onRetry()?)?})
Implement required parameters context is required for show modal bottom sheet customNoNetwork is optional for want to make custom no network widget

Properties

context BuildContext
BuildContext for show modal bottom sheet
final
customNoNetwork → (Widget Function(void onRetry()?)?)
Define your custom no network widget
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited