SizeboxCustom constructor

const SizeboxCustom({
  1. Key? key,
  2. double height = 0,
  3. double width = 0,
})

Implementation

const SizeboxCustom({super.key, this.height = 0, this.width = 0});