height property

  1. @DoubleConverter.new()
double? height
final

The height of the box. If null, the box will try to be as high as its parent allows.

Implementation

@DoubleConverter()
final double? height;