transformAffectsStrokeChanged method

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

Implementation

@override
void transformAffectsStrokeChanged(bool from, bool to) {
  var parentShape = parent;
  if (parentShape is Shape) {
    parentShape.paintChanged();
  }
}