maxWidth property
Gets the maximum width for the current screen tier.
Implementation
double get maxWidth => breakpoints.entries.firstWhere((e) => e.value == this).key;
Gets the maximum width for the current screen tier.
double get maxWidth => breakpoints.entries.firstWhere((e) => e.value == this).key;