zefyr
zefyr copied to clipboard
Use Custom Toolbar/Icons for ZefyrField
Is there an option to use custom icons or any reference to how to use
ZefyrButton.icon(
action: ZefyrToolbarAction.bold,
icon: Icons.bold)
and not show ZefyrToolbar as soon as focus is on ZefyrField and ZefyrEditor?
not yet. you would have to change the code. (should be fairly simple).
You can specify your toolbar using the toolbar ZefyField parameter on the 1.0-dev branch.
for the second part of your question can you describe the behavior you expect?
to autohide the toolbar I experimented with that: https://github.com/memspace/zefyr/pull/416 but it wasn't very conclusive.