controller property
Controller for managing the emoji picker state, including the currently selected category tab.
If provided, this controller allows you to:
- Read the current selected category programmatically
- Change the selected category programmatically
- Listen to category changes
If both controller and onCategoryChanged are provided, the controller takes precedence.
Implementation
final EmojiPickerController? controller;