box property
SizedBox
get
box
Creates a SizedBox with both height and width
Implementation
SizedBox get box => SizedBox(height: toDouble(), width: toDouble());
Creates a SizedBox with both height and width
SizedBox get box => SizedBox(height: toDouble(), width: toDouble());