menu
tenun package
documentation
core/chart_painter_base.dart
ChartPainterBase
strokePaint method
strokePaint method
dark_mode
light_mode
strokePaint
method
Paint
strokePaint
(
Color
color
,
double
width
)
Implementation
Paint strokePaint(Color color, double width) => paintCache.stroke(color, width);
tenun package
documentation
core/chart_painter_base
ChartPainterBase
strokePaint method
ChartPainterBase class