Set the state to the idle status
@override void setToIsIdle([Object? data]) { _snapState = _snapState.copyToIsIdle(data: data); notify(); }