height property

  1. @DoubleConverter()
double? height
final

Fixed height. If null, expands to fill available space. Supports string values like "20" or "infinite".

Implementation

@DoubleConverter()
final double? height;