onMouseDown property
dynamic Function()?
onMouseDown
getter/setter pair
Called whenever the mouse/finger is downed and the editor is in rich text view.
Implementation
Function()? onMouseDown;
Called whenever the mouse/finger is downed and the editor is in rich text view.
Function()? onMouseDown;