paint abstract method

void paint(
  1. Canvas canvas,
  2. Paint paint,
  3. Size size
)

Paint method for the sub class to override and render their loading style

Implementation

void paint(Canvas canvas, Paint paint, Size size);