appBarMaxHeight property
The max height the Scaffold.appBar uses.
This is based on the appBar preferred height plus the top padding.
Implementation
double? get appBarMaxHeight => _appBarMaxHeight;
The max height the Scaffold.appBar uses.
This is based on the appBar preferred height plus the top padding.
double? get appBarMaxHeight => _appBarMaxHeight;