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