CustomSize.height constructor

CustomSize.height(
  1. double height
)

Implementation

CustomSize.height(double height) : super(BoxConstraints.tightFor(height: height));