Spacer constructor
Spacer({
- int flex = 1,
Implementation
Spacer({super.flex})
: assert(flex > 0),
super(
fit: FlexFit.tight,
child: SizedBox.shrink(),
);
Spacer({super.flex})
: assert(flex > 0),
super(
fit: FlexFit.tight,
child: SizedBox.shrink(),
);