Hi, I need to implement a custom focus managing logic, and I intend to store some
FocusRequester
in my state object and use them to focus on the views. I tried this approach on a sample app and it works, but is it advisable to do that? Is that a bad practice? Thank you