SizedBox constructor

SizedBox(
  1. Token name, {
  2. double? width,
  3. double? height,
  4. AstWidget? child,
})

Implementation

SizedBox(super.name, {this.width, this.height, this.child});