box property

SizedBox get box

Creates a SizedBox with both height and width

Implementation

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