leadingActions property

List<Widget>? leadingActions
final

A list of widgets displayed in a row before the TextField.

Consider using FloatingSearchBarActions for more advanced actions that can interact with the FloatingSearchBar.

In LTR languages, they will be displayed to the right of the TextField.

Implementation

final List<Widget>? leadingActions;