FAutocompleteSection<T>.rich constructor
const
FAutocompleteSection<T>.rich ({
- required Widget label,
- required List<
FAutocompleteItem< children,T> > - FAutocompleteSectionStyleDelta style = const .context(),
- bool? enabled,
- FItemDivider divider = .none,
- Key? key,
Creates a FAutocompleteSection with the given children.
Implementation
const FAutocompleteSection.rich({
required this.label,
required this.children,
this.style = const .context(),
this.enabled,
this.divider = .none,
super.key,
});