Closed patelpathik closed 1 year ago
Hi. Thank you for the PR. Promise 3 is that we will mimic BottomNavigationBar
semantics. I do not see an alignment property on it. Can you please tell me if you have the same issue with BNB and how you use the existing BNB API to solve it? If we can get that answered, we can determine if there is a code change to be made here. Thank you.
Problem
salomon_bottom_bar
package, I had to change thealignment
of the elements. I made ad-hoc changes locally.Solution
Let the user pass the
mainAxisAlignment
.spaceBetween
Though I'm not sure if it comes under the planned features of the package, I submit a PR.