isDeviceLarge function

bool isDeviceLarge(
  1. BuildContext context
)

Implementation

bool isDeviceLarge(BuildContext context) {
  return getSize(context) == ScreenSize.extraLarge;
}