ResponsiveScreenSettings class
Constructors
- ResponsiveScreenSettings({double desktopChangePoint = 1200, double tabletChangePoint = 600, double watchChangePoint = 300})
-
const
Properties
- desktopChangePoint → double
-
When the width is greater als this value
the display will be set as ScreenType.Desktop
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
-
When the width is greater als this value
the display will be set as ScreenType.Tablet
or when width greater als watchChangePoint and smaller als this value
the display will be ScreenType.Phone
final
- watchChangePoint → double
-
When the width is smaller als this value
the display will be set as ScreenType.Watch
or when width greater als this value and smaller als tabletChangePoint
the display will be ScreenType.Phone
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