isShown property

bool isShown

If you need to check your loader is being shown or not just call the property ```Loader.isShown'''

Implementation

static bool get isShown => _currentLoader != null;