onInteraction property
Callback function to notify about a user interaction with the user interface of DartBlock.
Implementation
final Function(DartBlockInteraction dartBlockInteraction)? onInteraction;
Callback function to notify about a user interaction with the user interface of DartBlock.
final Function(DartBlockInteraction dartBlockInteraction)? onInteraction;