QuillToolbar constructor
const
QuillToolbar({
- required List<
Widget> children, - double toolbarHeight = 36,
- WrapAlignment toolbarIconAlignment = WrapAlignment.center,
- double toolbarSectionSpacing = 4,
- bool multiRowsDisplay = true,
- Color? color,
- FilePickImpl? filePickImpl,
- Locale? locale,
- Key? key,
Implementation
const QuillToolbar({
required this.children,
this.toolbarHeight = 36,
this.toolbarIconAlignment = WrapAlignment.center,
this.toolbarSectionSpacing = 4,
this.multiRowsDisplay = true,
this.color,
this.filePickImpl,
this.locale,
Key? key,
}) : super(key: key);