h property

SizedBox get h

convert a double field to SizedBox with its height

Implementation

SizedBox get h => SizedBox(height: toDouble());