ExpandableColorData class
- Implemented types
- Implementers
Constructors
- ExpandableColorData({EdgeInsetsGeometry titlePadding = const EdgeInsets.symmetric(horizontal: 8.0, vertical: 4), EdgeInsetsGeometry childrenPadding = const EdgeInsets.symmetric(vertical: 4.0), BorderRadius borderRadius = const BorderRadius.all(Radius.circular(12)), Color? highlightColor = null, Color? focusColor = null, Color? splashColor = null, Color? hoverColor = null, Color? iconColor = null})
-
const
Properties
- borderRadius → BorderRadius
-
final
- childrenPadding → EdgeInsetsGeometry
-
final
- focusColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightColor → Color?
-
final
- hoverColor → Color?
-
final
- iconColor → Color?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splashColor → Color?
-
final
- titlePadding → EdgeInsetsGeometry
-
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
Static Methods
-
lerp(
ExpandableColorData a, ExpandableColorData b, double t) → ExpandableColorData -
overrideWith(
ExpandableColorData base, [ExpandableColorDataNullable? override]) → ExpandableColorData