style property
The style.
To modify the current style:
style: .delta(...)
To replace the style:
style: FAutocompleteStyle(...)
CLI
To generate and customize this style:
dart run forui style create autocomplete
Implementation
final FAutocompleteStyleDelta style;