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
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