mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-28 18:56:35 +08:00
Cleanup
This commit is contained in:
@ -124,8 +124,5 @@ class LinearGradient extends LinearGradientBase with ShapePaintMutator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
bool validate() {
|
bool validate() => super.validate() && shapePaintContainer != null;
|
||||||
print("${super.validate()} $shapePaintContainer");
|
|
||||||
return super.validate() && shapePaintContainer != null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user