padding property
Add padding arround navigation tiles
Default padding is EdgeInsets.only(top: 6.0)
if badge is displayed
otherwise EdgeInsets.zero
Implementation
final EdgeInsets? padding;
Add padding arround navigation tiles
Default padding is EdgeInsets.only(top: 6.0)
if badge is displayed
otherwise EdgeInsets.zero
final EdgeInsets? padding;