ResponsiveScreenSettings class

A class containing settings for responsive screen behavior.

Constructors

ResponsiveScreenSettings({double desktopChangePoint = 1200, double tabletChangePoint = 600, double watchChangePoint = 300})
Constructs a ResponsiveScreenSettings with the specified thresholds.
const

Properties

desktopChangePoint double
The width threshold for switching to desktop mode.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabletChangePoint double
The width threshold for switching to tablet mode.
final
watchChangePoint double
The width threshold for switching to watch mode.
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