switchTrackOnStyle top-level constant

Map<String, String> const switchTrackOnStyle

Track style for enabled switches.

Implementation

const switchTrackOnStyle = {
  ..._trackBaseStyle,
  'background': '#111827',
  'box-shadow': '0 8px 18px -12px rgba(17, 24, 39, 0.75)',
};