IconDecoration class
Defines configuration for navigation or decorative icons in the picker.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftFocusIconColor → Color?
-
final
- leftIcon → IconData?
-
final
- leftIconColor → Color?
-
final
- leftIconSize → double?
-
final
- rightFocusIconColor → Color?
-
final
- rightIcon → IconData?
-
final
- rightIconColor → Color?
-
final
- rightIconSize → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{IconData? leftIcon, IconData? rightIcon, double? leftIconSize, Color? leftIconColor, Color? rightIconColor, double? rightIconSize, Color? leftFocusIconColor, Color? rightFocusIconColor}) → IconDecoration -
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