isVisibleChanged method

  1. @override
void isVisibleChanged(
  1. bool from,
  2. bool to
)
inherited

Implementation

@override
void isVisibleChanged(bool from, bool to) {
  shapePaintContainer?.addDirt(ComponentDirt.paint);
}