instance property

ScreenAdaptiveConfig? get instance

The singleton instance of ScreenAdaptiveConfig.

Returns null if the configuration has not been initialized.

Implementation

static ScreenAdaptiveConfig? get instance => _instance;