menu
voyager_flutter package
documentation
components/voyager_geometry_configs.dart
PolygonConfig
PolygonConfig.new constructor
PolygonConfig.new constructor
dark_mode
light_mode
PolygonConfig
constructor
PolygonConfig
(
{
required
Color
fillColor
,
required
Color
strokeColor
,
int
strokeWidth
=
2
,
})
Implementation
PolygonConfig({ required this.fillColor, required this.strokeColor, this.strokeWidth = 2, });
voyager_flutter package
documentation
components/voyager_geometry_configs
PolygonConfig
PolygonConfig.new constructor
PolygonConfig class