contentMaxWidthFor method

double contentMaxWidthFor(
  1. BuildContext context
)

Tablet band width, or contentMaxWidthDesktop on desktop.

Implementation

double contentMaxWidthFor(BuildContext context) =>
    isDesktop(context) ? contentMaxWidthDesktop : contentMaxWidth;