onPaint method

  1. @protected
void onPaint(
  1. PaintingContext context,
  2. Offset offset,
  3. SfChartThemeData chartThemeData,
  4. ThemeData themeData,
)
inherited

Called to customize each behaviors with given context at the given offset.

Implementation

@protected
void onPaint(
  PaintingContext context,
  Offset offset,
  SfChartThemeData chartThemeData,
  ThemeData themeData,
) {}