CustomSpacer constructor

const CustomSpacer({
  1. Key? key,
  2. double height = 16.0,
})

Implementation

const CustomSpacer({super.key, this.height = 16.0});