SquareBox constructor

const SquareBox(
  1. double size, {
  2. Key? key,
})

Implementation

const SquareBox(
  this.size, {
  super.key,
});