SettingSpacer.regular constructor

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

Creates a new SettingSpacer with the default 30 pixels height.

Implementation

const SettingSpacer.regular({super.key, this.height = _defaultHeight});