height property

double? height
final

if not specified, then it defaults to BoxConstraints.maxHeight which can be double.infinity

Implementation

final double? height;