segmented_button_slide 2.0.0 segmented_button_slide: ^2.0.0 copied to clipboard
Segmented button with slider indicator. Based on the iOS segmented button but adapted to the Material UI.
1.0 #
- Initial release
1.0.1 #
- Fixes on pubspec.yaml and README
1.0.2 #
- Updated libraries and pubspec
1.0.3 #
- Changed SDK version
1.0.4 #
- Added documentation
2.0.0 #
⚠️ 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
andhoverColor
attributes - The previous three attributes have been replaced with
selectedTextStyle
,unselectedTextStyle
andhoverTextStyle
, which accept aTextStyle
object, wich accepts more customization