height property

  1. @override
SizeUnit? height
final

The preferred height of this flex item. If null, the item will size itself based on its content and flex properties.

Implementation

@override
final SizeUnit? height;