mirror of
https://github.com/xvrh/lottie-flutter.git
synced 2025-08-26 20:40:15 +08:00
Dash path effect (#27)
This commit is contained in:
@ -272,7 +272,7 @@ class ValueDelegate<T> {
|
||||
bool isSameProperty(ValueDelegate other) {
|
||||
if (identical(this, other)) return true;
|
||||
return other is ValueDelegate<T> &&
|
||||
const ListEquality().equals(other.keyPath, keyPath) &&
|
||||
const ListEquality<String>().equals(other.keyPath, keyPath) &&
|
||||
other.property == property;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user