IndentButton constructor
const
IndentButton({
- required IconData icon,
- required QuillController controller,
- required bool isIncrease,
- double iconSize = kDefaultIconSize,
- QuillIconTheme? iconTheme,
- VoidCallback? afterButtonPressed,
- String? tooltip,
- Key? key,
Implementation
const IndentButton({
required this.icon,
required this.controller,
required this.isIncrease,
this.iconSize = kDefaultIconSize,
this.iconTheme,
this.afterButtonPressed,
this.tooltip,
Key? key,
}) : super(key: key);