toolbarHeight property
Overrides the default value of the AppBar.toolbarHeight property in all descendant AppBar widgets.
See also:
- AppBar.preferredHeightFor, which computes the overall height of an AppBar widget, taking this value into account.
Implementation
double? get toolbarHeight => _data != null ? _data.toolbarHeight : _toolbarHeight;