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