onPotSelected property

ValueChanged<String?> onPotSelected
final

Invoked when the user picks a destination pot. null when deselected.

Implementation

final ValueChanged<String?> onPotSelected;