tarkalabs / tarka-ui-kit-flutter

UI Kit and Design System for building apps with Flutter
https://pub.dev/packages/tarka_ui
MIT License
7 stars 0 forks source link

Invert ToggleSwitch value interpretation #60

Closed kalpeshp0310 closed 4 months ago

kalpeshp0310 commented 4 months ago

Toggle Switch currently interprets the true value as off and the false value as the on state of the switch. But the general convention for the switch is the opposite of this.

https://api.flutter.dev/flutter/material/Switch/value.html