BreakpointToken class
A token representing a breakpoint.
Use the predefined constants for common breakpoints:
- Inheritance
-
- Object
- MixToken<
Breakpoint> - BreakpointToken
- Annotations
Constructors
- BreakpointToken(String name)
-
Creates a new breakpoint token with the given
name.const
Properties
Methods
-
call(
) → Breakpoint -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
BuildContext context) → Breakpoint -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- large → const BreakpointToken
- The large breakpoint token.
- medium → const BreakpointToken
- The medium breakpoint token.
- small → const BreakpointToken
- The small breakpoint token.
- xsmall → const BreakpointToken
- The extra-small breakpoint token.