onMarkFocused property

dynamic Function(Mark)? onMarkFocused
final

A callback function that is triggered when an existing mark is focused (e.g., by tapping on it).

Implementation

final Function(Mark)? onMarkFocused;