isLargeDeviceFromCustomContext static method

bool isLargeDeviceFromCustomContext(
  1. BuildContext context
)

Implementation

static bool isLargeDeviceFromCustomContext(BuildContext context) =>
    MediaQuery.of(context).size.width > ModernFormUtils.webBreakdown;