title property

Widget title
final

The title for the Picker. Sits above the SearchBar and Icons. Defaults to:

  const Text('Pick an icon')

Implementation

final Widget title;