widthChanged method

  1. @override
void widthChanged(
  1. double from,
  2. double to
)

Implementation

@override
void widthChanged(double from, double to) {
  addDirt(ComponentDirt.worldTransform);
  invalidateStrokeEffects();
  super.widthChanged(from, to);
}