height property

double? height

Implementation

double? get height => _height;
void height=(double? val)

Implementation

set height(double? val) => _height = val;