RefreshHeaderProperties class
Constructors
- RefreshHeaderProperties({TextStyle? textStyle, double height = 60, Widget? refreshView = const CupertinoActivityIndicator(color: Color.fromARGB(255, 0, 0, 0)), Widget? idleView = const Row(mainAxisAlignment: MainAxisAlignment.center, children: [Icon(Icons.arrow_downward, color: Color.fromARGB(255, 0, 0, 0)), Text("Pull down to refresh!", style: TextStyle(fontSize: 14, color: Color.fromARGB(255, 0, 0, 0), fontWeight: FontWeight.w400))]), Widget? failedView = const Text("Load Failed! Click retry!", style: TextStyle(fontSize: 14, color: Color.fromARGB(255, 0, 0, 0), fontWeight: FontWeight.w400)), Widget? completedView = const Text("Done!", style: TextStyle(fontSize: 14, color: Color.fromARGB(255, 0, 0, 0), fontWeight: FontWeight.w400))})
-
const
Properties
- completedView → Widget?
-
final
- failedView → Widget?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- idleView → Widget?
-
final
- refreshView → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle?
-
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