DayNightSwitcher icon indicating copy to clipboard operation
DayNightSwitcher copied to clipboard

Add option to disabled switch conditionally

Open sgshivamgarg8 opened this issue 2 years ago • 0 comments

Add disable option in the switch to disable it based on a boolean value and also give a visual feedback that the switch is disabled for e.g. reduce opacity. Tried passing null to onStateChanged doesnt work. Have to Wrap it around IgnorePointer widget to acheive the functionality. But visual feedback is still not there.

sgshivamgarg8 avatar Mar 15 '22 15:03 sgshivamgarg8