SelectAlignmentButton constructor
const
SelectAlignmentButton({
- required QuillController controller,
- double iconSize = kDefaultIconSize,
- QuillIconTheme? iconTheme,
- bool? showLeftAlignment,
- bool? showCenterAlignment,
- bool? showRightAlignment,
- bool? showJustifyAlignment,
- VoidCallback? afterButtonPressed,
- Map<
ToolbarButtons, String> tooltips = const <ToolbarButtons, String>{}, - EdgeInsetsGeometry? padding,
- Key? key,
Implementation
const SelectAlignmentButton({
required this.controller,
this.iconSize = kDefaultIconSize,
this.iconTheme,
this.showLeftAlignment,
this.showCenterAlignment,
this.showRightAlignment,
this.showJustifyAlignment,
this.afterButtonPressed,
this.tooltips = const <ToolbarButtons, String>{},
this.padding,
Key? key,
}) : super(key: key);