File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/samples/maps/tile_layer/vector_layer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class _ArcsSampleState extends SampleViewState
29
29
late MapZoomPanBehavior _zoomPanBehavior;
30
30
late MapTileLayerController _mapController;
31
31
late AnimationController _animationController;
32
- late Animation _animation;
32
+ late Animation < double > _animation;
33
33
int _currentSelectedCityIndex = 0 ;
34
34
bool _isDesktop = false ;
35
35
bool _enableDashArray = false ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class _PolylinesSampleState extends SampleViewState
30
30
late MapZoomPanBehavior _zoomPanBehavior;
31
31
MapTileLayerController ? _mapController;
32
32
AnimationController ? _animationController;
33
- late Animation _animation;
33
+ late Animation < double > _animation;
34
34
late bool _isDesktop;
35
35
late List <_RouteDetails > _routes;
36
36
int _currentSelectedCityIndex = 0 ;
You can’t perform that action at this time.
0 commit comments