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