ScaledMargin.xl constructor

const ScaledMargin.xl(
  1. double width
)

Large 1920+ screens

Implementation

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