ResponsiveBreakpoint class
Represents a responsive breakpoint with optional dimensions
Constructors
- ResponsiveBreakpoint.new({required String name, required int width, int? height})
-
Creates a ResponsiveBreakpoint with the given parameters.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
Optional height for this breakpoint
final
- name → String
-
Name of this breakpoint (e.g., 'sm', 'md', 'lg')
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
Width for this breakpoint
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