MSizedBox constructor

const MSizedBox({
  1. double? width,
  2. double? height,
  3. MNode? child,
})

Implementation

const MSizedBox({this.width, this.height, this.child});