ResponsiveSettings class

Manage the responsive screen settings.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenChangePoints ScreenChangePoints
Returns change points information.
no setter
screenMaxWidth double?
Returns the maximum width for all responsive widgets.
no setter
sidebarCompactWidth double
Width of the sidebar when is compact.
no setter
sidebarOpenWidth double
Width of the sidebar when is open.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCustomSettings({ScreenChangePoints? screenChangePoints, double? screenMaxWidth}) → void
Set all settings for the all responsive widgets.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ResponsiveSettings
Returns a instance of the ResponsiveSettings class.
no setter