PickerWrapBuilderConfig constructor
const
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),
Implementation
const PickerWrapBuilderConfig(
{this.direction = Axis.horizontal,
this.alignment = WrapAlignment.start,
this.crossAxisAlignment = WrapCrossAlignment.start,
this.verticalDirection = VerticalDirection.down,
this.runAlignment = WrapAlignment.start,
this.width = double.infinity,
this.height,
this.constraints,
this.decoration,
this.spacing = 10,
this.runSpacing = 10,
this.margin = const EdgeInsets.all(10)});