RespBreakpoint class final

Defines the breakpoint to use in the flutter_resp framework

The default breakpoints used in this framework are listed below: xs (Extra small): below 320px sm (Small): 320px md (Medium): 480px lg (Large): 768px xl (Extra large): 1024px xxl (Double Extra large): 1200px and above

We can define other breakpoints with a name and a breakpoint width value

Constructors

RespBreakpoint.new({required String name, required double value})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
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.
override