Closed 5hirish closed 1 year ago
Hi @5hirish !
By default, the tab must be selected to allow clicking on its buttons, but there is a property that enables clicking on buttons on all tabs:
TabbedView(controller: _controller, selectToEnableButtons: false);
Some points of attention:
close
ok? Maybe it could be even more configurable...close
.Thanks a bunch @caduandrade ! Is there any way to introduce tab reordering functionality?
Sure, it's on the roadmap
Currently to close a tab, the tab has to be selected and then it can be closed. How can we integrate functionality to close other tabs that are not in focus or selected.
Happy to contribute this if any direction is available.