MhSpace constructor

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

Implementation

const MhSpace({super.key, this.height = 10, this.width = 10});