diff --git a/lib/src/ui/screens/home/home.dart b/lib/src/ui/screens/home/home.dart index dd299cd..451524a 100644 --- a/lib/src/ui/screens/home/home.dart +++ b/lib/src/ui/screens/home/home.dart @@ -32,7 +32,9 @@ class _HomeScreenState extends State { newPreferences.trackLocation = value; context.bloc().add(UpdatePreferences(newPreferences)); }, - secondary: const FaIcon(FontAwesomeIcons.locationArrow), + secondary: const FaIcon( + FontAwesomeIcons.locationArrow, + ), ); }