margin property
final
The margin around the ZetaNavigationRail. If undefined, defaults to:
EdgeInsets.all(Zeta.of(context).spacing.xl)
Implementation
final EdgeInsets? margin;
The margin around the ZetaNavigationRail. If undefined, defaults to:
EdgeInsets.all(Zeta.of(context).spacing.xl)
final EdgeInsets? margin;