ExpandableThemeDataNullable class
Constructors
- ExpandableThemeDataNullable({EdgeInsetsGeometry? titlePadding, EdgeInsetsGeometry? childrenPadding, BorderRadius? borderRadius, Color? highlightColor, Color? focusColor, Color? splashColor, Color? hoverColor, Color? iconColor, double? iconSize})
-
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
- iconSize → double?
-
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