h property

SizedBox get h

Implementation

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