contentMaxWidthFor method
Tablet band width, or contentMaxWidthDesktop on desktop.
Implementation
double contentMaxWidthFor(BuildContext context) =>
isDesktop(context) ? contentMaxWidthDesktop : contentMaxWidth;
Tablet band width, or contentMaxWidthDesktop on desktop.
double contentMaxWidthFor(BuildContext context) =>
isDesktop(context) ? contentMaxWidthDesktop : contentMaxWidth;