toolbarHeight property

double toolbarHeight

AppBar.toolbarHeight in all descendant AppBar widgets. Depending on platform, Defaults to kMinInteractiveDimensionCupertino and kToolbarHeight.

Implementation

double get toolbarHeight =>
    appBarTheme.toolbarHeight ?? GetTheme.toolbarHeight;