FlexSpec constructor
const
FlexSpec({
- CrossAxisAlignment? crossAxisAlignment,
- MainAxisAlignment? mainAxisAlignment,
- MainAxisSize? mainAxisSize,
- VerticalDirection? verticalDirection,
- Axis? direction,
- TextDirection? textDirection,
- TextBaseline? textBaseline,
- Clip? clipBehavior,
- double? gap,
- AnimatedData? animated,
Implementation
const FlexSpec({
this.crossAxisAlignment,
this.mainAxisAlignment,
this.mainAxisSize,
this.verticalDirection,
this.direction,
this.textDirection,
this.textBaseline,
this.clipBehavior,
this.gap,
super.animated,
});