mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
Enable strong strict mode on dartalyzer
This commit is contained in:
@ -117,10 +117,10 @@ abstract class PositionComponentEffect
|
||||
Vector2 endSize;
|
||||
|
||||
PositionComponentEffect(
|
||||
initialIsInfinite,
|
||||
initialIsAlternating, {
|
||||
isRelative = false,
|
||||
onComplete,
|
||||
bool initialIsInfinite,
|
||||
bool initialIsAlternating, {
|
||||
bool isRelative = false,
|
||||
void Function() onComplete,
|
||||
}) : super(
|
||||
initialIsInfinite,
|
||||
initialIsAlternating,
|
||||
|
||||
Reference in New Issue
Block a user