switchThumbOffStyle top-level constant

Map<String, String> const switchThumbOffStyle

Thumb style for disabled/off switches.

Implementation

const switchThumbOffStyle = {..._thumbBaseStyle, 'transform': 'translateX(0)'};