padding property

EdgeInsets? padding
final

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;