BreakpointAndProps<T> class

Constructors

BreakpointAndProps(Breakpoint breakpoint, {required T xs, required T sm, required T md, required T lg, required T xl})
factory

Properties

breakpoint Breakpoint
final
hashCode int
The hash code for this object.
no setterinherited
lg → T
final
md → T
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm → T
final
xl → T
final
xs → T
final

Methods

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