Skip to content

Commit

Permalink
Add subtitle to location tracking widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot committed Mar 16, 2020
1 parent 48bf732 commit 9c7f592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/ui/screens/home/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ class _HomeScreenState extends State<HomeScreen> {
newPreferences.trackLocation = value;
context.bloc<PreferencesBloc>().add(UpdatePreferences(newPreferences));
},
secondary: const FaIcon(FontAwesomeIcons.locationArrow),
secondary: const FaIcon(
FontAwesomeIcons.locationArrow,
),
);
}

Expand Down

0 comments on commit 9c7f592

Please sign in to comment.