switchTrackOffStyle top-level constant

Map<String, String> const switchTrackOffStyle

Track style for disabled/off switches.

Implementation

const switchTrackOffStyle = {
  ..._trackBaseStyle,
  'background': '#e5e7eb',
  'box-shadow': 'inset 0 0 0 1px rgba(15, 23, 42, 0.08)',
};