sooxt98 / google_nav_bar

A modern google style nav bar for flutter.
MIT License
735 stars 114 forks source link

How can I set the fixed length of the activated GButton? #93

Open giantss opened 10 months ago

giantss commented 10 months ago

Thank you for providing such a great plug-in. Currently, I have encountered the following needs. Can you help me see if the existing attributes can be achieved? I've searched all the properties, but I can't seem to find any similar property settings. If not, can I expand such properties?

I want to set a fixed width when the GButton is activated. For example, when the GButton is activated, it occupies 2/3 of the screen width, and other inactive GButtons occupy 1/3. Can this be achieved?

sooxt98 commented 10 months ago

It doesnt supoort fixed width, this widget is mainly built for dynamic width

giantss commented 10 months ago

really sorry.

can expand such properties?