ClusterStyle constructor
const
ClusterStyle({})
Implementation
const ClusterStyle({
this.bgColor = const Color(0xFF3F51B5),
this.textColor = const Color(0xFFFFFFFF),
this.showStroke = true,
this.strokeColor = const Color(0xFFFFFFFF),
});