Space constructor

const Space(
  1. double size, {
  2. Key? key,
})

Creates a Space widget with a specified size.

Implementation

const Space(this.size, {super.key});