GSSection constructor
- {Key? key,
- required List<
Widget> fields, - GSFormStyle? style,
- required String? sectionTitle}
Implementation
GSSection({Key? key, required this.fields, this.style, required this.sectionTitle}) : super(key: key);
GSSection({Key? key, required this.fields, this.style, required this.sectionTitle}) : super(key: key);