Spacer constructor

const Spacer({
  1. int flex = 1,
  2. Key? key,
})

Implementation

const Spacer({this.flex = 1, super.key});