HMSelectTheme class

Inheritance

Constructors

HMSelectTheme.new({HMSelectSize? size, HMRadius? radius, bool? selectIconAtLeft, Widget? inputIcon, Color? selectIconColor, Color? overlayColor})

Properties

hashCode int
The hash code for this object.
no setterinherited
inputIcon Widget?
final
overlayColor Color?
final
radius HMRadius?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectIconAtLeft bool?
The position of the icon on the line "true" to put the icon before the title and "false"to put the icon to end.
final
selectIconColor Color?
final
size HMSelectSize?
final
type Object
The extension's type.
no setterinherited

Methods

copyWith({HMSelectSize? size, Color? selectIconColor, Color? overlayColor, bool? selectIconAtLeft, Widget? inputIcon, HMRadius? radius}) HMSelectTheme
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<HMSelectTheme>? other, double t) HMSelectTheme
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited