see SizedBox
SizedBox sizedAll( double length, { Key? key, }) => SizedBox( key: key, width: length, height: length, child: this, );