SettingSpacer.big constructor

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

Creates a new SettingSpacer with a 48 pixels height.

Implementation

const SettingSpacer.big({super.key, this.height = _bigHeight});