constrainedHeight property

double constrainedHeight

Get total height (in pixels), the panel is allowed to take in the screen. It is allocated whenever panel is updated. (i.e., build method called)

Implementation

double get constrainedHeight => _constrainedHeight;