We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b34beb commit 026534dCopy full SHA for 026534d
geolocator_android/example/lib/main.dart
@@ -117,7 +117,7 @@ class _GeolocatorWidgetState extends State<GeolocatorWidget> {
117
ExamplePage(
118
Icons.location_on,
119
(context) => Scaffold(
120
- backgroundColor: Theme.of(context).colorScheme.background,
+ backgroundColor: Theme.of(context).colorScheme.surface,
121
body: ListView.builder(
122
itemCount: _positionItems.length,
123
itemBuilder: (context, index) {
0 commit comments