asHeightWidget property
Widget
get
asHeightWidget
Returns a SizedBox with height of given size
Implementation
Widget get asHeightWidget => SizedBox(height: this);
Returns a SizedBox with height of given size
Widget get asHeightWidget => SizedBox(height: this);