Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Sep 12, 2023
1 parent de44a32 commit 3edf98e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SplitButtonChooser extends StatelessWidget with NT4Widget {
child: ToggleButtons(
onPressed: (index) {
selectedChoice = options[index];

publishSelectedValue(selectedChoice!);
},
isSelected: options.map((String option) {
Expand Down

0 comments on commit 3edf98e

Please sign in to comment.