switchDisabledStyle top-level constant

Map<String, Object> const switchDisabledStyle

Disabled switch row treatment.

Implementation

const switchDisabledStyle = {'opacity': 0.6, 'cursor': 'not-allowed'};