SettingSpacer.custom constructor

const SettingSpacer.custom({
  1. Key? key,
  2. required double height,
})

Creates a new SettingSpacer with a custom height.

Implementation

const SettingSpacer.custom({super.key, required this.height});