ExpandableThemeData class
- Implemented types
Constructors
- ExpandableThemeData({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, double iconSize = 28.0})
-
const
- ExpandableThemeData.from(ExpandableColorData colors, ExpandableSizingData sizing, ExpandableConstants constants)
-
factory
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
- iconSize → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splashColor → Color?
-
final
- titlePadding → EdgeInsetsGeometry
-
final
Methods
-
copyWith(
[ExpandableThemeDataNullable? override]) → ExpandableThemeData -
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