height property

double? height
inherited

height

Implementation

double? get height => $get(#height) ?? size?.height;
void height=(double? height)
inherited

Implementation

set height(double? height) => $set(#height, height);