NoInternetWidget class

Constructors

NoInternetWidget({Widget? widget, Color? backgroundColor, Widget? displayImage, TextStyle? titleStyle, TextStyle? descriptionStyle})

Properties

backgroundColor Color?
backgroundColor :- change color of default no internet widget
getter/setter pair
descriptionStyle TextStyle?
descriptionStyle :- change default description style
getter/setter pair
displayImage Widget?
displayImage : - change default icon to your image
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle?
titleStyle :- change deafult style of title
getter/setter pair
widget Widget?
widget : - your no interenet widget if not passed default is set
getter/setter pair

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