minHeight property Null safety

double? minHeight
final

The minimum height constraint to give the child. Set this to null (the default) to use the constraint from the parent instead.

Implementation

final double? minHeight;