maybeInstance property

WtConfig? get maybeInstance

The active config, or null if init hasn't been called. Non-throwing — used by the animation layer so it can fall back to defaults before init runs.

Implementation

static WtConfig? get maybeInstance => _instance;