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 7d2633e commit ec1b071Copy full SHA for ec1b071
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