diff --git a/lib/src/widgets/toolbar/buttons/dropdown_header_style.dart b/lib/src/widgets/toolbar/buttons/dropdown_header_style.dart index 36600716..1ce78a88 100644 --- a/lib/src/widgets/toolbar/buttons/dropdown_header_style.dart +++ b/lib/src/widgets/toolbar/buttons/dropdown_header_style.dart @@ -105,6 +105,8 @@ class _QuillToolbarSelectHeaderStyleDropdownButtonState if (_headerTextStyles == null) { final defaultStyles = DefaultStyles.getInstance(context); _headerTextStyles = { + Attribute.header: + widget.options.style ?? defaultStyles.paragraph!.style, Attribute.h1: defaultStyles.h1!.style, Attribute.h2: defaultStyles.h2!.style, Attribute.h3: defaultStyles.h3!.style,