breakpointMatcher property
A function to match breakpoints (e.g., (id) => id.isSmall()). If null, the config matches any breakpoint.
Implementation
final bool Function(BreakpointId activeId)? breakpointMatcher;
A function to match breakpoints (e.g., (id) => id.isSmall()). If null, the config matches any breakpoint.
final bool Function(BreakpointId activeId)? breakpointMatcher;