child property
The content of range selector.
If it is not null, SfRangeSelectorThemeData
's
SfRangeSelectorThemeData.activeRegionColor
and
SfRangeSelectorThemeData.inactiveRegionColor
applied on the child.
The active side of the range selector is between the left and right thumb. The inactive side of the range selector is between the min value and left thumb as well as right thumb and max value.
For RTL, The active side of the range selector is between the left and right thumb. The inactive side of the range selector is between the min value and right thumb as well as left thumb and max value.
Implementation
final Widget child;