box property

Widget get box

Implementation

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