appBarMaxHeight property

double? appBarMaxHeight

The max height the Scaffold.appBar uses.

This is based on the appBar preferred height plus the top padding.

Implementation

double? get appBarMaxHeight => _appBarMaxHeight;