SelectAlignmentButton constructor
const
SelectAlignmentButton({
- required QuillController controller,
- double iconSize = kDefaultIconSize,
- QuillIconTheme? iconTheme,
- bool? showLeftAlignment,
- bool? showCenterAlignment,
- bool? showRightAlignment,
- bool? showJustifyAlignment,
- Key? key,
Implementation
const SelectAlignmentButton({
required this.controller,
this.iconSize = kDefaultIconSize,
this.iconTheme,
this.showLeftAlignment,
this.showCenterAlignment,
this.showRightAlignment,
this.showJustifyAlignment,
Key? key,
}) : super(key: key);