From 6a4a893454534463cd8233c7987de7542c1e4f38 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 20 Dec 2023 12:12:40 +0300 Subject: [PATCH] Add a note (dropdown button) --- .../toolbar/buttons/alignment/select_alignment_button.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/widgets/toolbar/buttons/alignment/select_alignment_button.dart b/lib/src/widgets/toolbar/buttons/alignment/select_alignment_button.dart index 6161cb18..b3931394 100644 --- a/lib/src/widgets/toolbar/buttons/alignment/select_alignment_button.dart +++ b/lib/src/widgets/toolbar/buttons/alignment/select_alignment_button.dart @@ -14,6 +14,7 @@ enum _AlignmentOptions { final Attribute attribute; } +/// Dropdown button class QuillToolbarSelectAlignmentButton extends StatelessWidget { const QuillToolbarSelectAlignmentButton( {required this.controller, super.key});