style property

FItemStyleDelta style
final

The style. Defaults to the FItemStyle inherited from the parent FAutocompleteSection or FAutocomplete.

To modify the current style:

style: .delta(...)

To replace the style:

style: FItemStyle(...)

CLI

To generate and customize this style:

dart run forui style create autocomplete-section

Implementation

final FItemStyleDelta style;