Converts the number into a SizedBox with the width & height as that number.
Widget get squareBox => SizedBox(height: toDouble(), width: toDouble());