QuillToolbarIndentButton constructor
const
QuillToolbarIndentButton({
- required QuillController controller,
- required bool isIncrease,
- QuillToolbarIndentButtonOptions options = const QuillToolbarIndentButtonOptions(),
- QuillToolbarBaseButtonOptions? baseOptions,
- Key? key,
Implementation
const QuillToolbarIndentButton({
required super.controller,
required this.isIncrease,
super.options = const QuillToolbarIndentButtonOptions(),
/// Shares common options between all buttons, prefer the [options]
/// over the [baseOptions].
super.baseOptions,
super.key,
});