breakpointMatcher property

bool Function(BreakpointId activeId)? breakpointMatcher
final

A function to match breakpoints (e.g., (id) => id.isSmall()). If null, the config matches any breakpoint.

Implementation

final bool Function(BreakpointId activeId)? breakpointMatcher;