HMAutocompleteTheme class

Inheritance

Constructors

HMAutocompleteTheme.new({HMAutocompleteSize? size, HMRadius? radius, BoxDecoration? selectPanelDecoration, TextStyle? selectedValueTextStyle, Color? fillColor, Color? selectedBgColor, Color? overlayColor})

Properties

fillColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
overlayColor Color?
final
radius HMRadius?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBgColor Color?
final
selectedValueTextStyle TextStyle?
final
selectPanelDecoration BoxDecoration?
final
size HMAutocompleteSize?
final
type Object
The extension's type.
no setterinherited

Methods

copyWith({HMAutocompleteSize? size, BoxDecoration? selectPanelDecoration, TextStyle? selectedValueTextStyle, Color? fillColor, Color? selectedBgColor, Color? overlayColor, HMRadius? radius}) HMAutocompleteTheme
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<HMAutocompleteTheme>? other, double t) HMAutocompleteTheme
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