I want to create switch/toggle widget in Flutter/Dart with native looks of different OS.
I mean if I run on iOS mobile it should be looks like:
If I run on Android mobile it should be looks like :
Help me to achieve this type of functionality in flutter/dart

