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