Skip to content

Commit

Permalink
Update forui/lib/src/widgets/select_group/select_group.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Kawai <[email protected]>
  • Loading branch information
Pante and kawaijoe committed Oct 6, 2024
1 parent ddd0547 commit ad363b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forui/lib/src/widgets/select_group/select_group.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FSelectGroup<T> extends FormField<Set<T>> {
/// The builder for errors displayed below the [description]. Defaults to displaying the error message.
final Widget Function(BuildContext, String) errorBuilder;

/// The children.
/// The items.
final List<FSelectGroupItem<T>> items;

/// Creates a [FSelectGroup].
Expand Down

0 comments on commit ad363b6

Please sign in to comment.