SettingSpacer.none constructor

const SettingSpacer.none({
  1. Key? key,
  2. double height = 0,
})

Creates a new SettingSpacer with a 0 pixels height.

Implementation

const SettingSpacer.none({super.key, this.height = 0});