menu
flutter_custom_paint_plus package
documentation
shapes/polygon_painter.dart
PolygonPainter
strokeColor property
strokeColor property
dark_mode
light_mode
strokeColor
property
Color
?
strokeColor
final
The color of the polygon's border. Only used if
strokeWidth
is not null.
Implementation
final Color? strokeColor;
flutter_custom_paint_plus package
documentation
shapes/polygon_painter
PolygonPainter
strokeColor property
PolygonPainter class