BottomSheetFormGroup constructor
BottomSheetFormGroup({
- required String groupKey,
- String? groupName,
- required List<
BottomSheetItem> items, - BottomSheetGroupLayoutType type = BottomSheetGroupLayoutType.simpleList,
Implementation
BottomSheetFormGroup({
required this.groupKey,
this.groupName,
required this.items,
this.type = BottomSheetGroupLayoutType.simpleList,
});