onTagChanged property

ValueChanged<String> onTagChanged
final

Callback for when the tag changed. Use this to get the new tag and add it to the state.

Implementation

final ValueChanged<String> onTagChanged;