backgroundColorEnd property

Color? backgroundColorEnd
final

The color of the background of the slider when it has been slide to the end. By giving a value here, the background color will gradually change from backgroundColor to backgroundColorEnd when the user slides. Is not used by default.

Implementation

final Color? backgroundColorEnd;