DropDownButtonThemeData class

Annotations

Constructors

const

Properties

color HSLColor?
final
disabledColor HSLColor?
final
focusColor HSLColor?
final
hashCode int
The hash code for this object.
no setteroverride
hoverColor HSLColor?
final
iconThemeData IconThemeData?
final
inactiveColor HSLColor?
final
isConcrete bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
final
waitingColor HSLColor?
final

Methods

copyWith({TextStyle? textStyle, IconThemeData? iconThemeData, HSLColor? disabledColor, HSLColor? color, HSLColor? focusColor, HSLColor? hoverColor, HSLColor? waitingColor, HSLColor? inactiveColor}) DropDownButtonThemeData
merge(DropDownButtonThemeData? other) DropDownButtonThemeData
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.
override