ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
179 stars 33 forks source link

fix(YaruChoiceChipBar): allow more parameters #828

Closed Feichtmeier closed 5 months ago

Feichtmeier commented 5 months ago

This allows to control the border color of the internal chiptheme. This is needed because the bar includes an internal chiptheme which overwrites the one from Theme.of(context).

This internal chiptheme is needed to align the button radius to the chip radius.

Additionally this also adds options to set the background and selected background colors.