toolbarHeight property

double? get toolbarHeight

Overrides the default value of the AppBar.toolbarHeight property in all descendant AppBar widgets.

See also:

Implementation

double? get toolbarHeight => _data != null ? _data.toolbarHeight : _toolbarHeight;