height property
Widget
get
height
this is sizebox widget with height property
Implementation
Widget get height => SizedBox(height: _number());
this is sizebox widget with height property
Widget get height => SizedBox(height: _number());