LoadingWidgetService constructor

LoadingWidgetService()

Implementation

LoadingWidgetService() {
  updateKey.addListener(() {
    _states = _states.where((x) => x._active).toList();
  });
}