ScaledMargin.lg constructor

const ScaledMargin.lg(
  1. double width
)

Large 1440+ screens

Implementation

const ScaledMargin.lg(double width)
    : super(isFlexible: true, size: (width - 1040) / 2);