CodeNestVerticalSpacer constructor

const CodeNestVerticalSpacer(
  1. double space, {
  2. Key? key,
})

Implementation

const CodeNestVerticalSpacer(this.space, {super.key});