将Google地图添加到我的pubspec后,我尝试在代码中使用GoogleMapOption,但这给了我错误。我相信我做对了。请帮我。这是实施的重要部分
GoogleMap(
onMapCreated: (controller) {
mapController = controller;
},
options: GoogleMapOptions(
scrollGesturesEnabled: true,
tiltGesturesEnabled: true,