mapsThemeData property
Defines the default configuration of maps widgets.
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: Center(
child: SfTheme(
data: SfThemeData(
mapsThemeData: SfMapsThemeData()
),
child: SfMaps(),
),
)
);
}
Implementation
final SfMapsThemeData mapsThemeData;