shouldRepaint method

bool shouldRepaint(
  1. covariant AbstractShape oldDelegate
)

Implementation

bool shouldRepaint(covariant AbstractShape oldDelegate) {
  return true;
}