SquareBox constructor

SquareBox(
  1. double size, {
  2. Widget? child,
})

Implementation

SquareBox(this.size, {this.child});