Перевёл виджет аудиоплеера

This commit is contained in:
Andrew 2023-05-17 21:03:30 +07:00
parent 0a37ce249e
commit 10ac93eeb6

View file

@ -53,7 +53,7 @@ class AudioPlayerWidget extends GetView<AudioPlayerWidgetController> {
icon: const Icon(Icons.play_arrow),
),
),
title: const Text("Playing"),
title: const Text("Проигрывается"),
subtitle: Text(controller.title),
).card().paddingAll(16).center();
}