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