padding property

EdgeInsets? padding
final

Add padding arround navigation tiles

Default padding is EdgeInsets.only(top: 6.0) if badge is displayed otherwise EdgeInsets.zero

Implementation

final EdgeInsets? padding;