bottomNavigationBarTop property

double? bottomNavigationBarTop
final

The distance from the Scaffold's top edge to the top edge of the rectangle in which the Scaffold.bottomNavigationBar bar is laid out.

Null if Scaffold.bottomNavigationBar is null.

Implementation

final double? bottomNavigationBarTop;