heightBox property

SizedBox get heightBox

Implementation

SizedBox get heightBox {
  return SizedBox(height: toDouble());
}