ScaledBody.xs constructor

const ScaledBody.xs(
  1. double width
)

0 - 599

Implementation

const ScaledBody.xs(double width)
    : super(isFlexible: true, size: (width - 16 * 2));