getPreferredSize method
Returns the size based on the values passed to it.
Implementation
Size getPreferredSize(SfSliderThemeData themeData) {
return Size.fromRadius(themeData.thumbRadius);
}
Returns the size based on the values passed to it.
Size getPreferredSize(SfSliderThemeData themeData) {
return Size.fromRadius(themeData.thumbRadius);
}