How to override onClick of PaneItem ? #229
-
|
I want to call a function instead of navigating to other page. |
Beta Was this translation helpful? Give feedback.
Answered by
bdlukaa
Mar 18, 2022
Replies: 1 comment 1 reply
-
|
You can use https://github.com/bdlukaa/fluent_ui/blob/master/example/lib/main.dart#L300-L339 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
felixalguzman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
PaneItemActioninstead ofPaneItem. For more complex pane items, see:https://github.com/bdlukaa/fluent_ui/blob/master/example/lib/main.dart#L300-L339