map property

Map<String, double> get map

Get spacing values as a map for easy access

Implementation

static Map<String, double> get map => {
      'none': none,
      'xs': xs,
      'sm': sm,
      'md': md,
      'lg': lg,
      'xl': xl,
      'xxl': xxl,
      'xxxl': xxxl,
    };