feat(ui): add generated premium assets
This commit is contained in:
@@ -56,6 +56,7 @@ class PantallaFavoritos extends StatelessWidget {
|
||||
scale: Tween<double>(begin: 1, end: 1.03).animate(animation),
|
||||
child: child,
|
||||
),
|
||||
// ignore: deprecated_member_use
|
||||
onReorder: (oldIndex, newIndex) async {
|
||||
if (newIndex > oldIndex) newIndex--;
|
||||
final emisora = favoritos[oldIndex];
|
||||
|
||||
Reference in New Issue
Block a user