SquareBox constructor

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

Implementation

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