box property

Widget box

Implementation

Widget get box => SizedBox(
      height: this.toDouble(),
      width: this.toDouble(),
    );