onFocusChange property
Called when the focus changes.
Called with:
focused = trueif focus is gained by tap.focused = falseif the focus is lost due to do a second tap on this dial or focus gained by another widget.
Implementation
final void Function(bool focused)? onFocusChange;