switchThumbOnStyle top-level constant

Map<String, String> const switchThumbOnStyle

Thumb style for enabled switches.

Implementation

const switchThumbOnStyle = {
  ..._thumbBaseStyle,
  'transform': 'translateX(18px)',
};