Open papamon0 opened 4 years ago
I can change the default theme in this way,
chipTheme: ChipTheme.of(context).copyWith( backgroundColor: Color.fromRGBO(69, 149, 230, 1.0), labelStyle: TextStyle( color: Colors.white ) ) but it would be interesting to be able to do it from Multiselect component.
Hello,
Is posible to change the color chips ? This would be really good.
thanks!