onScoreChanged property

void Function(int score)? onScoreChanged
final

Called when the user selects a score.

Implementation

final void Function(int score)? onScoreChanged;