phase3: @required->required keyword, nullable for-in iterator fix. 309->251
This commit is contained in:
@@ -10,10 +10,10 @@ class PopupAnimationWidget extends AnimatedWidget {
|
||||
final Animation<double> animation;
|
||||
|
||||
late PopupAnimationWidget({
|
||||
@required this.animation,
|
||||
@required this.stackKey,
|
||||
@required this.startKey,
|
||||
@required this.child,
|
||||
required this.animation,
|
||||
required this.stackKey,
|
||||
required this.startKey,
|
||||
required this.child,
|
||||
this.color = Colors.yellow,
|
||||
this.popupOffset = Offset.zero,
|
||||
}) : super(listenable: animation);
|
||||
|
||||
Reference in New Issue
Block a user