bubbleStrokeWidth property
Specifies the stroke width for bubble.
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: SfTheme(
data: SfThemeData(
mapsThemeData: SfMapsThemeData(
bubbleStrokeWidth: 3
)
),
child: SfMaps(),
),
)
);
}
Implementation
final double bubbleStrokeWidth;