- Fixes on pubspec.yaml and README
- Updated libraries and pubspec
⚠️ INCLUDES BREAKING CHANGES ⚠️
- Added an attribute to customice the separation between the outer container and the selectable items
- Added an attribute to customice the border radius
- Removed the
foregroundSelectedColor
, foregroundUnselectedColor
and hoverColor
attributes
- The previous three attributes have been replaced with
selectedTextStyle
, unselectedTextStyle
and hoverTextStyle
, which accept a TextStyle
object, wich accepts more customization