SfRangeSliderTheme constructor
const
SfRangeSliderTheme({
- required SfRangeSliderThemeData data,
- required Widget child,
- Key? key,
Applies the given theme data to child.
The data and child arguments must not be null.
Implementation
const SfRangeSliderTheme({required this.data, required this.child, super.key})
: super(child: child);