style: apply dart format across project

This commit is contained in:
JiWoong Sul
2025-09-07 19:33:11 +09:00
parent f812d4b9fd
commit d1a6cb9fe3
101 changed files with 3123 additions and 2574 deletions

View File

@@ -109,8 +109,8 @@ class AnimatedWaveBackground extends StatelessWidget {
width: 30,
height: 30,
decoration: BoxDecoration(
color: Colors.white.withValues(alpha:
0.1 + 0.1 * pulseController.value,
color: Colors.white.withValues(
alpha: 0.1 + 0.1 * pulseController.value,
),
borderRadius: BorderRadius.circular(15),
),