qualify abstract method

ScreenSize qualify(
  1. BuildContext context
)

The qualification has to be implemented here. Default (BreakpointsQualifier) implementation will simply extract the smallest side's size from the MediaQuery and apply breakpoints to it

Implementation

ScreenSize qualify(BuildContext context);