DropDownBoxStyle class
Drop-down menu Box style
Constructors
- DropDownBoxStyle.new({double? width, double? height, Color backgroundColor = Colors.transparent, BoxBorder? border, Decoration? decoration, EdgeInsetsGeometry margin = EdgeInsets.zero, EdgeInsetsGeometry padding = EdgeInsets.zero, bool expand = true})
-
const
Properties
- backgroundColor → Color
-
Background color of the drop-down menu header component
final
- border → BoxBorder?
-
Border of the drop-down menu header component
final
- decoration → Decoration?
-
Decorator of the drop-down menu header component, used to set the background color, border, etc.
final
- expand → bool
-
Whether the drop-down menu header component fills the parent component
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
Height of the drop-down menu header component
final
- margin → EdgeInsetsGeometry
-
Margin of the drop-down menu header component
final
- padding → EdgeInsetsGeometry
-
Padding of the drop-down menu header component
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double?
-
Width of the drop-down menu header component
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