onFinished property
void Function()?
onFinished
final
An optional callback executed when the timer finishes.
Implementation
final void Function()? onFinished;
An optional callback executed when the timer finishes.
final void Function()? onFinished;