maxLayoutWidth property

double get maxLayoutWidth

Implementation

double get maxLayoutWidth {
  if (isMobile || isTablet) {
    return screenWidth;
  }
  return desktopBreakpoint;
}