onSelect property

(dynamic Function(dynamic)?) onSelect
final

Function executed when the badge is selected. Returns the stored value.

Implementation

final Function(dynamic)? onSelect;