Spacer constructor

const Spacer({
  1. Key? key,
  2. Unit? width,
  3. Unit? height,
})

Implementation

const Spacer({super.key, this.width, this.height});