BootstrapFormGroup constructor
const
BootstrapFormGroup({
- required List<
Widget> children, - Axis direction = Axis.vertical,
- BootstrapFormGroupType? type,
Implementation
const BootstrapFormGroup({
required this.children,
this.direction = Axis.vertical,
this.type,
});