margin property

  1. @override
EdgeInsets margin
final

Specifies the navBarHeight

Defaults to kBottomNavigationBarHeight which is 56.0. The margin around the navigation bar.

Implementation

//final double navBarHeight;

///The margin around the navigation bar.
@override
final EdgeInsets margin;