ScreenSizeQualifier class abstract

An abstract class that has to be implemented if you would like to have your own logic of qualifying the device. See BreakpointsQualifier which is a default implementation

Implementers

Constructors

ScreenSizeQualifier()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
qualify(BuildContext context) → ScreenSize
The qualification has to be implemented here. Default (BreakpointsQualifier) implementation will simply extract the smallest side's size from the MediaQuery and apply breakpoints to it
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited