DropDownDecoratorProps class
Constructors
- DropDownDecoratorProps.new({InputDecoration decoration = const InputDecoration(contentPadding: EdgeInsets.fromLTRB(12, 12, 0, 0), border: OutlineInputBorder()), TextStyle? baseStyle, TextAlign? textAlign, TextAlignVertical? textAlignVertical, bool expands = false, bool isHovering = false})
-
const
Properties
- baseStyle → TextStyle?
-
final
- decoration → InputDecoration
-
final
- expands → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isHovering → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textAlign → TextAlign?
-
final
- textAlignVertical → TextAlignVertical?
-
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