* Add a way to change almost properties of IconButton in QuillIconTheme for both selected and unselected state
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
In `select_header_style_dropdown_button_configurations.dart`, the 'attributes' list type has been modified. Now it accepts 'Attribute<int?>' instead of 'Attribute<int>'. This change allows for custom dropdown attributes with a nullable level.
Co-authored-by: Sobhan Moradi <sobhan.moradi@getflip.com>
* Revert "Fix build error"
This reverts commit 90738e1ece.
* Revert "Prepare to release 9.1.0"
This reverts commit c3d57b87ec.
* Revert "Revert from material 3 to material 2"
This reverts commit 07b8f40491.
* Revert "Restore old feel and look (#1621)"
This reverts commit e820c5b29d.
* Allow to use most of the buttons without internal provider
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* Revert "Fix build error"
This reverts commit 90738e1ece.
* Revert "Prepare to release 9.1.0"
This reverts commit c3d57b87ec.
* Revert "Revert from material 3 to material 2"
This reverts commit 07b8f40491.
* Revert "Restore old feel and look (#1621)"
This reverts commit e820c5b29d.
---------
Co-authored-by: Ellet <ellet@freshplatform.net>
* 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?