mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-28 21:31:05 +00:00
feat: ability to copy about information.
This commit is contained in:
@@ -15,10 +15,7 @@ class CustomSwitch extends StatelessWidget {
|
||||
Color? activeColor = Theme.of(context).colorScheme.tertiary;
|
||||
Color? inactiveColor = Theme.of(context).colorScheme.secondary;
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
onChanged(!value);
|
||||
Fluttertoast.showToast(msg: 'Rooted: ${!value}');
|
||||
},
|
||||
onTap: () => onChanged(!value),
|
||||
child: SizedBox(
|
||||
height: 25,
|
||||
width: 50,
|
||||
|
||||
Reference in New Issue
Block a user