h property
SizedBox
get
h
convert a double field to SizedBox with its height
Implementation
SizedBox get h => SizedBox(height: toDouble());
convert a double field to SizedBox with its height
SizedBox get h => SizedBox(height: toDouble());