height property
SizedBox
get
height
Creates a SizedBox with height
Implementation
SizedBox get height => SizedBox(height: toDouble());
Creates a SizedBox with height
SizedBox get height => SizedBox(height: toDouble());