BootstrapFormGroup constructor

const BootstrapFormGroup({
  1. required List<Widget> children,
  2. Axis direction = Axis.vertical,
  3. BootstrapFormGroupType? type,
})

Implementation

const BootstrapFormGroup({
  required this.children,
  this.direction = Axis.vertical,
  this.type,
});