changeEvent constant

String const changeEvent

whenever the slider value is changed and committed by way of a user event, e.g. when a user stops dragging the slider or changes the value using the arrow keys. The detail property of the event is set to the slider instance that was affected.

Implementation

static const changeEvent = 'MDCSlider:change';