* toggle_style_button : calls to options.afterButtonPressed replaced by call to class function afterButtonPressed to allow default call to base button settings
quill_icon_button: L26 build for isSelected updated to call afterButtonPressed = same as if not selected
QuillController _updateSelection removed param=source because not used; added new param insertNewline when true set tog to style of preceding char (last entered); updated replaceText to call _updateSelection for NL
document collectStyle: Selecting the start of a line, user expects the style to be the visible style of the line including inline styles
* color_button calls afterButtonPressed
insert at start of line uses style for line
* Remove comments
* Fix formatting issue
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* Fix bug with scribble when the editor is scrollable - the scribble area was also being scrolled, now it is fixed
* code clean up - move ScribbleFocusable above CompositedTransformTarget when scrolling is not enabled for consistency with the scrolling scribble area fix
* Added ScribbleFocusable class and updated QuillRawEditorState build() to use it as parent widget of QuilRawEditorMultiChildRenderObject.
Added optional configuration properties `final bool enableScribble`, `final EdgeInsets? scribbleAreaInsets`, `final void Function()? onScribbleActivated`
* format update
* on web platforms, do not call clipboard status update as security measures block that and currently cause safari to display a paste menu
* change default for web to pasteable