FlutterDinoConfig class
Configuration options for FlutterDino
Constructors
- FlutterDinoConfig.new({bool showNoInternetDialog = true, Widget? noInternetReplacement})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Key used for navigation and dialog display
final
- noInternetReplacement → Widget?
-
A custom widget to show when there's no internet connection.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showNoInternetDialog → bool
-
Whether to show the no internet dialog automatically
final
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