We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf29b61 commit 3828995Copy full SHA for 3828995
lib/feature/sound/modal/sound_file_modal.dart
@@ -147,7 +147,7 @@ class _SoundFileModalState extends State<SoundFileModal> {
147
Row(
148
mainAxisAlignment: MainAxisAlignment.end,
149
children: [
150
- CancelButton(callback: () => Navigator.pop(context)),
+ const CancelButton(),
151
const SizedBox(width: 12),
152
FilledButton(
153
onPressed: () {
0 commit comments