CustomRefreshThemeData class
Constructors
- CustomRefreshThemeData({Header? header, })
-
const
Properties
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- header → Header?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Header? header, }) → CustomRefreshThemeData -
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.
override
Static Methods
-
lerp(
CustomRefreshThemeData? a, CustomRefreshThemeData? b, double t) → CustomRefreshThemeData -
maybeOf(
BuildContext context) → CustomRefreshThemeData? -
of(
BuildContext context) → CustomRefreshThemeData