Add a note (dropdown button)

pull/1631/head
Ellet 1 year ago
parent 78730abf07
commit 6a4a893454
  1. 1
      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});

Loading…
Cancel
Save