BreakpointToken class

A token representing a breakpoint.

Use the predefined constants for common breakpoints:

Inheritance
Annotations

Constructors

BreakpointToken(String name)
Creates a new breakpoint token with the given name.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.