style property
The style. Defaults to the FItemStyle inherited from the parent FAutocompleteSection or FAutocomplete.
CLI
To generate and customize this style:
dart run forui style create autocomplete-section
Implementation
final FItemStyle Function(FItemStyle style)? style;