navigationBarHeight property

double get navigationBarHeight

Return the height of navigation bar

Implementation

double get navigationBarHeight =>
    MediaQuery.maybeOf(this)?.padding.bottom ?? 0.0;