update method Null safety
- int dirt
Implementation
@override
void update(int dirt) {
// Intentionally empty. SolidColor doesn't need an update cycle and doesn't
// depend on anything.
}
@override
void update(int dirt) {
// Intentionally empty. SolidColor doesn't need an update cycle and doesn't
// depend on anything.
}