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 93a9289 commit bef0343Copy full SHA for bef0343
geolocator_web/example/lib/main.dart
@@ -52,7 +52,7 @@ class _GeolocatorWidgetState extends State<GeolocatorWidget> {
52
);
53
54
return Scaffold(
55
- backgroundColor: Theme.of(context).colorScheme.background,
+ backgroundColor: Theme.of(context).colorScheme.surface,
56
body: ListView.builder(
57
itemCount: _positionItems.length,
58
itemBuilder: (context, index) {
0 commit comments