height property
SizedBox
get
height
SizedBox için kısayol
Implementation
SizedBox get height => SizedBox(height: this ?? 0.0);
SizedBox için kısayol
SizedBox get height => SizedBox(height: this ?? 0.0);