BreakpointResolver class
A resolver for breakpoint tokens.
- Inheritance
-
- Object
- Breakpoint
- BreakpointResolver
- Mixed-in types
- Annotations
Constructors
-
BreakpointResolver(BuildContextResolver<
Breakpoint> resolve) -
Creates a new breakpoint resolver with the given
resolvefunction.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxWidth → double
-
The maximum width for this breakpoint.
finalinherited
- minWidth → double
-
The minimum width for this breakpoint.
finalinherited
-
resolve
→ BuildContextResolver<
Breakpoint> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
matches(
Size size) → bool -
Checks whether the given
sizematches this breakpoint.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited