Juggler98
Juggler98
[This commit](https://github.com/GAM3RG33K/flutter_settings_screens/commit/ef8e48a7e5e754b2fc29da05a374de41df7a3f8c) solved [this](https://github.com/GAM3RG33K/flutter_settings_screens/issues/90) and [this](https://github.com/GAM3RG33K/flutter_settings_screens/issues/81), but there was still a little problem with not updating subtitle in RadioModalSettingsTile after more than two opens. Check the [video](https://www.youtube.com/watch?v=SjEEg07jpbs). But I do...
When select text, it doesn't provide copy button like in the previous version. Is it just me getting this issue?
Added optional textStyle property to several components to be able to customize Ok Cancel button textStyle. There was textStyle in Alert Dialog Action, but it was not possible to override...
In Switch.adaptive for inactiveThumbColor: **"If thumbColor returns a non-null color in the default state, it will be used instead of this color."** thumbColor was always non-null, so the switch has...