height property

  1. @override
SizeUnit? height
final

The height of the absolutely positioned item.

If null, the height is determined by the content or positioning constraints.

Implementation

@override
final SizeUnit? height;