We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug An error occurs when the onReorder function is not provided.
onReorder
Expected behavior onReorder must be able to be null.
The error is noted here: https://github.com/bdlukaa/fluent_ui/blob/master/lib/src/controls/navigation/tab_view.dart#L203
The text was updated successfully, but these errors were encountered:
It may be obvious, but to fix it just declare an empty callback.
Sorry, something went wrong.
29e933e
Fixes bdlukaa#88
9e17b83
ab65770
No branches or pull requests
Describe the bug
An error occurs when the
onReorder
function is not provided.Expected behavior
onReorder
must be able to be null.The error is noted here: https://github.com/bdlukaa/fluent_ui/blob/master/lib/src/controls/navigation/tab_view.dart#L203
The text was updated successfully, but these errors were encountered: