height property

double? height
final

If non-null, requires the child to have exactly this height. If null, the child is free to choose its own height.

Implementation

final double? height;