refactor: format

This commit is contained in:
edde746
2025-12-12 17:05:26 +01:00
parent b0ee43d8cd
commit 11461eefe5
47 changed files with 518 additions and 121 deletions
@@ -103,7 +103,9 @@ class MobileVideoControls extends StatelessWidget {
semanticLabel: isPlaying
? t.videoControls.pauseButton
: t.videoControls.playButton,
icon: isPlaying ? Symbols.pause_rounded : Symbols.play_arrow_rounded,
icon: isPlaying
? Symbols.pause_rounded
: Symbols.play_arrow_rounded,
iconSize: 72,
onPressed: () {
if (isPlaying) {