GlobalResponsive class

A global singleton that holds the current ResponsiveData. This allows accessing responsive metrics without a BuildContext in rare cases, though using ResponsiveContext is preferred.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

data ResponsiveData
Gets the current globally cached ResponsiveData. Use this only when BuildContext is not available.
no setter

Static Methods

update(ResponsiveData data) → void
Updates the global responsive data. This is called automatically by ScalifyProvider.