Spacer constructor

Spacer({
  1. int size = 1,
  2. String fill = ' ',
  3. int? flex,
  4. Key? key,
})

Implementation

Spacer({this.size = 1, this.fill = ' ', this.flex, super.key});