maxWidth property

double get maxWidth

Implementation

static double get maxWidth => width <= 1200 ? 1200 : width;