margin property

EdgeInsets? margin
final

The margin around the ZetaNavigationRail. If undefined, defaults to:

 EdgeInsets.all(Zeta.of(context).spacing.xl)

Implementation

final EdgeInsets? margin;