Loading lib/pages/collections/double_button_switch.dart +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class DoubleButtonSwitch extends StatelessWidget { Widget build(BuildContext context) { final collectionsNotifier = context.watch<CollectionNotifier>(); return GestureDetector( onTap: () => collectionsNotifier.ChangeCollection(), onTap: () => collectionsNotifier.changeCollection(), child: Padding( padding: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 10.0), child: Row( Loading Loading
lib/pages/collections/double_button_switch.dart +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class DoubleButtonSwitch extends StatelessWidget { Widget build(BuildContext context) { final collectionsNotifier = context.watch<CollectionNotifier>(); return GestureDetector( onTap: () => collectionsNotifier.ChangeCollection(), onTap: () => collectionsNotifier.changeCollection(), child: Padding( padding: const EdgeInsets.symmetric(vertical: 10.0, horizontal: 10.0), child: Row( Loading