diff --git a/example/lib/vector_map_tiles_pmtiles/page.dart b/example/lib/vector_map_tiles_pmtiles/page.dart index 5ef5b7a..e4401d8 100644 --- a/example/lib/vector_map_tiles_pmtiles/page.dart +++ b/example/lib/vector_map_tiles_pmtiles/page.dart @@ -14,6 +14,8 @@ const String tileSource = 'https://raw.githubusercontent.com/protomaps/PMTiles/main/spec/v3/protomaps(vector)ODbL_firenze.pmtiles'; class VectorMapTilesPmTilesPage extends StatelessWidget { + VectorMapTilesPmTilesPage({super.key}); + /// The theme specifies the look of the rendered map. /// /// Note: Styles from Mapbox, OpenMapTiles and others and not compatible @@ -24,8 +26,6 @@ class VectorMapTilesPmTilesPage extends StatelessWidget { final _futureTileProvider = PmTilesVectorTileProvider.fromSource(tileSource); - VectorMapTilesPmTilesPage({super.key}); - @override Widget build(BuildContext context) { return Scaffold(