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