SizedBoxHeight constructor

const SizedBoxHeight({
  1. Key? key,
  2. double spacing = GSpacing.md,
})

Creates a SizedBox with the specified spacing height.

Implementation

const SizedBoxHeight({super.key, this.spacing = GSpacing.md});