idle
This commit is contained in:
@@ -212,11 +212,14 @@ class _AudioPlayerBarState extends State<AudioPlayerBar>
|
||||
// Play/Pause button (AnimatedIcon)
|
||||
ModernGlassButton(
|
||||
onPressed: _isLoading ? () {} : _handlePlayPause,
|
||||
child: AnimatedIcon(
|
||||
icon: AnimatedIcons.play_pause,
|
||||
progress: _iconController,
|
||||
color: AppTheme.primaryText,
|
||||
size: 22,
|
||||
child: Transform.translate(
|
||||
offset: const Offset(0, -4), // Move icon up by 4px
|
||||
child: AnimatedIcon(
|
||||
icon: AnimatedIcons.play_pause,
|
||||
progress: _iconController,
|
||||
color: AppTheme.primaryText,
|
||||
size: 22,
|
||||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 10),
|
||||
|
||||
Reference in New Issue
Block a user