hiddencaliber / flutter_multiselect

Flutter package for multi-select UI widget
Other
52 stars 37 forks source link

How change the bar color #25

Open RickZzDev opened 4 years ago

RickZzDev commented 4 years ago

The bar color comes with blue background, and i am not founding what property a need to change to put my color on it. Can u help me

hiddencaliber commented 4 years ago

@RickZzDev : Can you please provide a screenshot and point it out?

RickZzDev commented 4 years ago

Print I wanna change the color of that blue app bar

hiddencaliber commented 4 years ago

@RickZzDev : Right now there is no way to override it.

The sequence in which it picks the color for AppBar is widget.backgroundColor ?? appBarTheme.color ?? theme.primaryColor

So in your case, its either from appBarTheme or primary color.

P.S. Good point, I will provide this as option in future release

RickZzDev commented 4 years ago

Ok bro, thnx a lot!