mt0 property

Utilities for setting top margin

Implementation

// EdgeInsets get mt0 => EdgeInsets.only(top: noSpacing);
// EdgeInsets get mt1 => EdgeInsets.only(top: spacingXS);
// EdgeInsets get mt2 => EdgeInsets.only(top: spacingS);
// EdgeInsets get mt3 => EdgeInsets.only(top: spacingM);
// EdgeInsets get mt4 => EdgeInsets.only(top: spacing);
// EdgeInsets get mt5 => EdgeInsets.only(top: spacingL);
// EdgeInsets get mt6 => EdgeInsets.only(top: spacing2);
// EdgeInsets get mt7 => EdgeInsets.only(top: spacingXL);
// EdgeInsets get mt8 => EdgeInsets.only(top: spacing3);
// EdgeInsets get mt9 => EdgeInsets.only(top: spacing4);
// EdgeInsets get mt10 => EdgeInsets.only(top: spacing5);
// EdgeInsets get mt11 => EdgeInsets.only(top: spacing6);
// EdgeInsets get mt12 => EdgeInsets.only(top: spacing7);
// EdgeInsets get mt13 => EdgeInsets.only(top: spacing8);
// EdgeInsets get mt14 => EdgeInsets.only(top: spacing9);

EdgeInsets get mt0 => EdgeInsets.only(top: noSpacing);