CustomDropdownDisabledDecoration class

Constructors

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