PickerWrapBuilderConfig class
Constructors
- PickerWrapBuilderConfig({Axis direction = Axis.horizontal, WrapAlignment alignment = WrapAlignment.start, WrapCrossAlignment crossAxisAlignment = WrapCrossAlignment.start, VerticalDirection verticalDirection = VerticalDirection.down, WrapAlignment runAlignment = WrapAlignment.start, double? width = double.infinity, double? height, BoxConstraints? constraints, Decoration? decoration, double spacing = 10, double runSpacing = 10, EdgeInsetsGeometry? margin = const EdgeInsets.all(10)})
-
const
Properties
- alignment → WrapAlignment
-
final
- constraints → BoxConstraints?
-
final
- crossAxisAlignment → WrapCrossAlignment
-
final
- decoration → Decoration?
-
final
- direction → Axis
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- margin → EdgeInsetsGeometry?
-
final
- runAlignment → WrapAlignment
-
final
- runSpacing → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → double
-
Wrap
final
- verticalDirection → VerticalDirection
-
final
- width → double?
-
Container
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