Minor comment change

pull/1575/head
Aleksei 1 year ago
parent 53ae93d55e
commit 177afea889
  1. 2
      lib/src/models/config/toolbar/buttons/select_header_style.dart

@ -29,12 +29,14 @@ class QuillToolbarSelectHeaderStyleButtonsOptions
});
/// Default value:
/// ```dart
/// const [
/// Attribute.header,
/// Attribute.h1,
/// Attribute.h2,
/// Attribute.h3,
/// ]
/// ```
final List<Attribute>? attributes;
/// By default we will the toolbar axis from [QuillToolbarConfigurations]

Loading…
Cancel
Save