SimpleSpacing.lg constructor

const SimpleSpacing.lg()

Large 1440+ screens

Implementation

const SimpleSpacing.lg()
    : this(
        xs: 2 * 4.0,
        s: 2 * 8.0,
        m: 2 * 12.0,
        l: 2 * 16.0,
        xl: 2 * 32.0,
        xxl: 2 * 56.0,
        iconSize: 24,
      );