mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
Enable strong strict mode on dartalyzer
This commit is contained in:
@ -14,10 +14,10 @@ class RotateEffect extends PositionComponentEffect {
|
||||
@required this.radians, // As many radians as you want to rotate
|
||||
@required this.speed, // In radians per second
|
||||
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