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