itemSpacing property
final
The spacing between items in ZetaNavigationRail. If undefined, defaults to:
EdgeInsets.only(bottom: Zeta.of(context).spacing.minimum)
Implementation
final EdgeInsets? itemSpacing;
The spacing between items in ZetaNavigationRail. If undefined, defaults to:
EdgeInsets.only(bottom: Zeta.of(context).spacing.minimum)
final EdgeInsets? itemSpacing;