whitecodel

Results 2 issues of whitecodel

## Issue In the `just_audio_background` plugin, when the `stop()` method is called in the `_PlayerAudioHandler` class, the processing state is correctly updated to `idle`: ```dart _justAudioEvent = _justAudioEvent.copyWith( processingState: ProcessingStateMessage.idle,...

### Fix crash in Style 3 when using textStyle **What I did:** Fixed a type error by using TextStyle.apply to safely set the text color. **Why:** The app was crashing...