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