* Restore correct feel&look of `QuillToolbarIconButton`
* Export `QuillToolbarSelectAlignmentButtons`
* Restore old call of `QuillToolbarIconButton`
* Restore old call of `QuillToolbarIconButton`
* Resore original button PR #1575
* Restore old feel&look of buttons
* Restore original `QuillToolbarSelectAlignmentButton`
* Restore original `QuillToolbarLinkStyleButton2`
* Make `options` optional
* Restore old `QuillToolbarFontFamilyButton` build
* Restore old build of `QuillToolbarFontSizeButton`
* Change `textStyle` to `style`
* Remove redundant export
---------
Co-authored-by: Ellet Hnewa <73608287+ellet0@users.noreply.github.com>
The toolbar header style now has two possible displays. If the 'headerStyleType' configuration is set to 'isOriginal', the toolbar will exhibit 'QuillToolbarSelectHeaderStyleButtons'. Otherwise, it will show a dropdown menu 'QuillToolbarSelectHeaderStyleDropdownButton'. This adds flexibility to the UI of the toolbar.
Co-authored-by: Sobhan Moradi <sobhan.moradi@getflip.com>
* Update quill_icon_button.dart
Add padding property to icon buttons
* Update quill_icon_theme.dart
Add padding to IconTheme
* Pass padding to the QuillToolbarIconButton
* Update quill_icon_button.dart
* CI fix for const
* CI fix?