custom_sliding_segmented_control icon indicating copy to clipboard operation
custom_sliding_segmented_control copied to clipboard

custom_sliding_segmented_control

Results 7 custom_sliding_segmented_control issues
Sort by recently updated
recently updated
newest added

I fixed work of `MeasureSize`, making it more suitable for it purpose. Generally this widget should notify parent if size of it's child has been changed. But it did not...

How can I change the color of the corners? ![image](https://github.com/hadukin/custom_sliding_segmented_control/assets/136841386/56428392-0e03-48b1-9977-3779f8d300cb)

Could you add support for touch slide just like the `CupertinoSlidingSegmentedControl`?

On iOS, actived segment text style should be bold

Is it possible to update the style of the active state of the options. I would like to disable the ripple effect, so when the user clicks on an option...

I added the ability to scroll items if the width of the container does not allow them to fit completely. It It scrolls if the selected item is not completely...