data property
ResponsiveData
get
data
Gets the current globally cached ResponsiveData.
Use this only when BuildContext is not available. Returns ResponsiveData.identity if no ScalifyProvider has initialized yet.
Implementation
static ResponsiveData get data => _data;