CustomDropdownDisabledDecoration class

Constructors

CustomDropdownDisabledDecoration.new({Color? fillColor, List<BoxShadow>? shadow, Widget? suffixIcon, Widget? prefixIcon, BoxBorder? border, BorderRadius? borderRadius, TextStyle? headerStyle, TextStyle? hintStyle})
const

Properties

border BoxBorder?
Border for disabled state of CustomDropdown.
final
borderRadius BorderRadius?
Border radius for disabled state of CustomDropdown.
final
fillColor Color?
CustomDropdown field color (disabled state).
final
hashCode int
The hash code for this object.
no setterinherited
headerStyle TextStyle?
The style to use for the CustomDropdown header text (disabled state).
final
hintStyle TextStyle?
The style to use for the CustomDropdown header hint (disabled state).
final
prefixIcon Widget?
Prefix icon for disabled state of CustomDropdown.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow List<BoxShadow>?
CustomDropdown box shadow (disabled state).
final
suffixIcon Widget?
Suffix icon for disabled state of CustomDropdown.
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