PramodJoshi / toggle_switch

A simple toggle switch widget for Flutter.
https://pub.dev/packages/toggle_switch
MIT License
113 stars 64 forks source link

how to change textstyle of active toggle ? #86

Closed ankitdifferenzsystem closed 8 months ago

ankitdifferenzsystem commented 9 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Complete runnable code to reproduce the bug/issue.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional information

PramodJoshi commented 8 months ago

Create a default textstyle and use setState in onToggle to change the style. Please check readme and examples in closed issues.