QuillToolbarSelectAlignmentButtonOptions constructor
const
QuillToolbarSelectAlignmentButtonOptions({
- QuillSelectAlignmentValues<
IconData> ? iconsData, - QuillSelectAlignmentValues<
String> ? tooltips, - double? iconSize,
- double? iconButtonFactor,
- VoidCallback? afterButtonPressed,
- QuillToolbarButtonOptionsChildBuilder<
QuillToolbarSelectAlignmentButtonOptions, QuillToolbarBaseButtonExtraOptions> ? childBuilder, - QuillIconTheme? iconTheme,
- List<
Attribute> ? attributes, - bool showLeftAlignment = true,
- bool showCenterAlignment = true,
- bool showRightAlignment = true,
- bool showJustifyAlignment = true,
Implementation
const QuillToolbarSelectAlignmentButtonOptions({
this.iconsData,
this.tooltips,
super.iconSize,
super.iconButtonFactor,
super.afterButtonPressed,
/// This will called on every select alignment button
super.childBuilder,
super.iconTheme,
this.attributes,
this.showLeftAlignment = true,
this.showCenterAlignment = true,
this.showRightAlignment = true,
this.showJustifyAlignment = true,
});