style property
The style. Defaults to the FAutocompleteSectionStyle inherited from the parent FAutocomplete.
To modify the current style:
style: .delta(...)
To replace the style:
style: FAutocompleteSectionStyle(...)
CLI
To generate and customize this style:
dart run forui style create autocomplete-section
Implementation
final FAutocompleteSectionStyleDelta style;