itemSpacing property

EdgeInsets? itemSpacing
final

The spacing between items in ZetaNavigationRail. If undefined, defaults to:

 EdgeInsets.only(bottom: Zeta.of(context).spacing.minimum)

Implementation

final EdgeInsets? itemSpacing;