ScaledMargin.lg constructor
      const
      ScaledMargin.lg(
    
- double width
 
Large 1440+ screens
Implementation
const ScaledMargin.lg(double width)
    : super(isFlexible: true, size: (width - 1040) / 2);
Large 1440+ screens
const ScaledMargin.lg(double width)
    : super(isFlexible: true, size: (width - 1040) / 2);