Enable strong strict mode on dartalyzer

This commit is contained in:
Luan Nico
2020-10-14 22:36:14 -04:00
parent 91a2873edc
commit b4b20655e0
21 changed files with 63 additions and 62 deletions

View File

@ -30,10 +30,10 @@ class MoveEffect extends PositionComponentEffect {
@required this.path,
@required this.speed,
this.curve,
isInfinite = false,
isAlternating = false,
isRelative = false,
Function onComplete,
bool isInfinite = false,
bool isAlternating = false,
bool isRelative = false,
void Function() onComplete,
}) : super(
isInfinite,
isAlternating,