Creates a flexible space to insert into a Flexible widget.
The flex parameter may not be null or less than one.
flex
const Spacer({super.key, this.flex = 1}) : assert(flex > 0);