height property
SizedBox
get
height
Creates a SizedBox with height
Example:
16.height // SizedBox(height: 16)
AppSizes.md.height // SizedBox(height: 16)
Implementation
SizedBox get height => SizedBox(height: toDouble());