custom_sliding_segmented_control 1.8.4 custom_sliding_segmented_control: ^1.8.4 copied to clipboard
Allows you to flexibly configure the widget for displaying controls. You can add color, speed, size, initial value, animation and more.
1.8.2 #
Fix #
- Weird separator behavior in RTL mode
- Add manage disabled state for each segment
- Add onTapSegment
1.8.0 #
Feat #
- Add support divider
- Add
DividerSettings
to customize display for divider - Add
isShowDivider
for show or not divider
1.5.0 #
Breaking changes #
- use
decoration
for decoration main panel - use
thumbDecoration
for decoraton animated panel - add property
height
- remove property
backgroundColor
- remove property
radius
1.4.0 #
Breaking changes #
- remove property
elevation
-> useboxShadow
inthumbDecoration
- remove property
thumbColor
-> usecolor
inthumbDecoration
- required
onValueChanged
- new property
splashColor
- new property
splashFactory
- new property
highlightColor
1.3.1 #
Feat #
- add new property
thumbDecoration
to pass custom BoxDecoration for thumb - fix rtl transition problem
1.2.1 #
Feat #
- add new property
fromMax
gets the largest element, while the rest of the elements get its size - add new clipBehavior
1.1.0 #
- Add new property isStretch
- Stretches CustomSlidingSegmentedControl to full width