Skip to content

Commit b87752a

Browse files
committed
Update parameter list for a function
1 parent 3f18af8 commit b87752a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/feature/sound/card/small_file_card.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class SmallFileCard extends StatelessWidget {
2121
builder: (context) => SoundFileModal(
2222
create: false,
2323
onSave: ({
24+
required name,
2425
required volume,
2526
required pitch,
2627
required weight,

lib/feature/sound/card/sound_card_button.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class SoundCardButton extends StatelessWidget {
2323
create: false,
2424
onSave:
2525
({
26+
required name,
2627
required volume,
2728
required pitch,
2829
required weight,

0 commit comments

Comments
 (0)