maxWidth property

double get maxWidth

Gets the maximum width for the current screen tier.

Implementation

double get maxWidth => breakpoints.entries.firstWhere((e) => e.value == this).key;