QuillToolbarSelectLineHeightStyleDropdownButton constructor

const QuillToolbarSelectLineHeightStyleDropdownButton({
  1. required QuillController controller,
  2. QuillToolbarSelectLineHeightStyleDropdownButtonOptions options = const QuillToolbarSelectLineHeightStyleDropdownButtonOptions(),
  3. QuillToolbarBaseButtonOptions? baseOptions,
  4. 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,
});