box property
Widget
get
box
Implementation
Widget get box {
return SizedBox(width: toDouble(), height: toDouble());
}
Widget get box {
return SizedBox(width: toDouble(), height: toDouble());
}