I am using the appflowy_editor in my own app and I don’t want users to change the color. Is there an easy way in flutter to set it so that the color options go away.
Thanks
Dan
I am using the appflowy_editor in my own app and I don’t want users to change the color. Is there an easy way in flutter to set it so that the color options go away.
Thanks
Dan
Don’t worry I figured it out just after posting.
I just had to remove:
buildTextAndBackgroundColorMobileToolbarItem()
from the toolbar items array
Dan