String _mapStyle = "..." @override Widget build(BuildContext context) { ... GoogleMap( style: _mapStyle, ) }