onSelected property

FutureOr<void> Function() onSelected
final

A custom callback that can be executed when the reaction is tapped

Implementation

final FutureOr<void> Function() onSelected;