chore: add more space between font item and font menu

This commit is contained in:
Lucas.Xu
2023-09-22 13:53:14 +08:00
parent d5f8ce5435
commit 5dfc470873
3 changed files with 8 additions and 1 deletions

View File

@ -16,6 +16,7 @@ final customizeFontToolbarItem = ToolbarItem(
cursor: SystemMouseCursors.click,
child: FontFamilyDropDown(
currentFontFamily: '',
offset: const Offset(0, 12),
popoverController: popoverController,
onOpen: () => keepEditorFocusNotifier.value += 1,
onClose: () => keepEditorFocusNotifier.value -= 1,