From c7e64d0b24a8bcc86545865f845531bae07e9c37 Mon Sep 17 00:00:00 2001 From: Matthias Ngeo Date: Sat, 5 Oct 2024 22:27:16 +0800 Subject: [PATCH] Update forui/lib/src/widgets/select_group/select_group.dart Co-authored-by: Joe Kawai --- forui/lib/src/widgets/select_group/select_group.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forui/lib/src/widgets/select_group/select_group.dart b/forui/lib/src/widgets/select_group/select_group.dart index 0f9c17b17..73dfbe89e 100644 --- a/forui/lib/src/widgets/select_group/select_group.dart +++ b/forui/lib/src/widgets/select_group/select_group.dart @@ -37,7 +37,7 @@ class FSelectGroup extends FormField> { /// 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> items; /// Creates a [FSelectGroup].