Robert Apikyan
Robert Apikyan
You can disable the select event, for that use `setOnSegmentSelectRequestListener` method, and return false if you do not want to perform the select event ```kotlin segmentedControl.setOnSegmentSelectRequestListener { segmentViewHolder -> false...
The segmented control algorithm for layout do not support such a case, however this could be achieved with some little hacking ... Here is the result Wrap parent RelativeLayout in...
For now layouting algorithm doesn't support such a case, I will try to add support for this
> For CanvasKit - we use a supersampling technique that improves quality: > > ``` > Transform.scale( > filterQuality: FilterQuality.medium, > scale: 0.5, > child: Transform.scale( > scale: 2, >...
> @RobertApikyan I am confused. Is this issue fixed with the latest Flutter & flutter_svg or with the above workaround? @aytunch the issue is fixed with the workaround.
Ok, thanks for the response and guiding