heightBox property
Widget
get
heightBox
Convert to SizedBox (useful for spacing)
Implementation
Widget get heightBox => SizedBox(height: toDouble());
Convert to SizedBox (useful for spacing)
Widget get heightBox => SizedBox(height: toDouble());