mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
Enable strong strict mode on dartalyzer
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user