SizedBox constructor

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

Implementation

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