HubbleHairColor class
- Inheritance
-
- Object
- ThemeExtension<
HubbleHairColor> - HubbleHairColor
Constructors
- HubbleHairColor({required Color silver})
-
const
Properties
Methods
-
copyWith(
{Color? silver}) → HubbleHairColor -
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(
covariant ThemeExtension< HubbleHairColor> ? other, double t) → HubbleHairColor -
Linearly interpolate with another ThemeExtension object.
override
-
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