You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the requested feature
The SearchBar control seems to be a junction of two controls, that properties are divided in "bar_..." and "view_...".
It's possible you set up the border radios of the view, by the property "view_shape", passing the class OutlinedBorder.
But there's no option to change the radios border of the "bar".
Suggest a solution
As it seems to be two controls put together, the solution solution should be create a property similar the "view_shape", where it could be possible to set the configuration of the border of the bar.
The images bellow you can see that I could set up a different border to the view. But the bar remains the same, very rounded.
Screenshots
Additional details
The point is that I'm creating a form using various input controls, like TextField, DromDown and I'm configurating its border. I'd like to be able to do the same for the Searchbar control.
The text was updated successfully, but these errors were encountered:
Duplicate Check
Describe the requested feature
The SearchBar control seems to be a junction of two controls, that properties are divided in "bar_..." and "view_...".
It's possible you set up the border radios of the view, by the property "view_shape", passing the class OutlinedBorder.
But there's no option to change the radios border of the "bar".
Suggest a solution
As it seems to be two controls put together, the solution solution should be create a property similar the "view_shape", where it could be possible to set the configuration of the border of the bar.
The images bellow you can see that I could set up a different border to the view. But the bar remains the same, very rounded.
Screenshots
Additional details
The point is that I'm creating a form using various input controls, like TextField, DromDown and I'm configurating its border. I'd like to be able to do the same for the Searchbar control.
The text was updated successfully, but these errors were encountered: