SettingSpacer.small constructor

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

Creates a new SettingSpacer with a 12 pixels height.

Implementation

const SettingSpacer.small({super.key, this.height = _smallHeight});