menu
universal_flutter_utils package
documentation
common/constants/screen.dart
UFUScreen
maxWidth property
maxWidth property
dark_mode
light_mode
maxWidth
property
double
get
maxWidth
Implementation
static double get maxWidth => width <= 1200 ? 1200 : width;
universal_flutter_utils package
documentation
common/constants/screen
UFUScreen
maxWidth property
UFUScreen class