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

@ -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,