height property

SizedBox get height

Creates a SizedBox with the specified height

Implementation

SizedBox get height => SizedBox(height: toDouble());