FlexSpec constructor

const FlexSpec({
  1. CrossAxisAlignment? crossAxisAlignment,
  2. MainAxisAlignment? mainAxisAlignment,
  3. MainAxisSize? mainAxisSize,
  4. VerticalDirection? verticalDirection,
  5. Axis? direction,
  6. TextDirection? textDirection,
  7. TextBaseline? textBaseline,
  8. Clip? clipBehavior,
  9. double? gap,
  10. 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,
});