syncfusion / flutter-widgets

Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.
1.58k stars 773 forks source link

Layout problem #1177

Closed flywithbug closed 1 year ago

flywithbug commented 1 year ago

image display problem SfPaddleTooltipShape(), thumb is out of slider range

Yuvaraj-Gajaraj commented 1 year ago

We have checked your query. Flutter was designed with Material. Therefore, in SfSlider, when the thumb is moved to the start and end positions, the thumb takes up half of the center position, causing it to display outside the divider. To address this issue, we have created a custom trackShape with extended left and right positions. We have provided a sample and user guide documentation for your reference. Please let us know if you require further assistance.

UG,

https://help.syncfusion.com/flutter/slider/shapes#track-shape

Sample: chart_457539.zip