FlexGap constructor
const
FlexGap({
- Key? key,
- required List<
Widget> children, - Axis? axis,
- int startSpacerIndex = 0,
- double globalSpace = 0.0,
- Map<
int, double> locatedSpace = const {}, - CrossAxisAlignment? crossAxisAlignment,
- MainAxisAlignment? mainAxisAlignment,
- bool isScrollable = false,
- ScrollPhysics? physics,
- bool isAdaptive = false,
- ScrollController? scrollController,
- bool isScrollableWithReverse = false,
Implementation
const FlexGap(
{super.key,
required this.children,
this.axis,
this.startSpacerIndex = 0,
this.globalSpace = 0.0,
this.locatedSpace = const {},
this.crossAxisAlignment,
this.mainAxisAlignment,
this.isScrollable = false,
this.physics,
this.isAdaptive = false,
this.scrollController,
this.isScrollableWithReverse = false});