isDeviceSmall function

bool isDeviceSmall(
  1. BuildContext context
)

Implementation

bool isDeviceSmall(BuildContext context) {
  return getSize(context) == ScreenSize.normal;
}