custom_sliding_segmented_control 1.8.5
custom_sliding_segmented_control: ^1.8.5 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
DividerSettingsto customize display for divider - Add
isShowDividerfor show or not divider
1.5.0 #
Breaking changes #
- use
decorationfor decoration main panel - use
thumbDecorationfor decoraton animated panel - add property
height - remove property
backgroundColor - remove property
radius
1.4.0 #
Breaking changes #
- remove property
elevation-> useboxShadowinthumbDecoration - remove property
thumbColor-> usecolorinthumbDecoration - required
onValueChanged - new property
splashColor - new property
splashFactory - new property
highlightColor
1.3.1 #
Feat #
- add new property
thumbDecorationto pass custom BoxDecoration for thumb - fix rtl transition problem
1.2.1 #
Feat #
- add new property
fromMaxgets 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