customActions property

List<Widget>? customActions
getter/setter pair

customActions allows to define the additional actions at the right of search bar.

For an example,

  • a custom mic icon to handle voice search,
  • a search icon to perform search action etc.

Implementation

List<Widget>? customActions;