hacktons / convex_bottom_bar

A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.
https://bar.hacktons.cn
Apache License 2.0
791 stars 147 forks source link

How can I use the System Theme to set the colors of bottom bar? #181

Open anz-ryu opened 1 year ago

anz-ryu commented 1 year ago

I am creating some application they all using the Theme color to manage all the color of application.

but the convex_bottom_bar is default using blue and need to set color on the parameters of widget.

if it can catch the system theme auto, and just need set the color we want to sets. that is good!

(I m sorry, my English is not very well)

Purus commented 1 year ago

Yeah, components should inherit the theme colors automatically.