Skip to content

Commit

Permalink
Fix akbarpulatov#55: allow null group and subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziopinotti committed Jun 27, 2023
1 parent 4f1342c commit 9ffebf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/model/choice_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class S2Choice<T> with Diagnosticable {
required List<E> source,
required S2OptionProp<E, R> value,
required S2OptionProp<E, String> title,
S2OptionProp<E, String>? subtitle,
S2OptionProp<E, String>? group,
S2OptionProp<E, String?>? subtitle,
S2OptionProp<E, String?>? group,
S2OptionProp<E, bool>? disabled,
S2OptionProp<E, bool>? hidden,
S2OptionProp<E, dynamic>? meta,
Expand Down

0 comments on commit 9ffebf7

Please sign in to comment.