padding property
Specifies the padding around the navigation bar tiles. The default padding is:
EdgeInsets.only(top: 6.0)
if a badge is displayed.EdgeInsets.zero
otherwise.
Implementation
final EdgeInsets? padding;
Specifies the padding around the navigation bar tiles. The default padding is:
EdgeInsets.only(top: 6.0)
if a badge is displayed.EdgeInsets.zero
otherwise.final EdgeInsets? padding;