phase3: pinput v5, late field fix, carousel nullable, badges badgeAnimation param. 251->242
This commit is contained in:
@@ -9,7 +9,7 @@ class PopupAnimationWidget extends AnimatedWidget {
|
||||
final Offset popupOffset;
|
||||
final Animation<double> animation;
|
||||
|
||||
late PopupAnimationWidget({
|
||||
PopupAnimationWidget({
|
||||
required this.animation,
|
||||
required this.stackKey,
|
||||
required this.startKey,
|
||||
@@ -18,7 +18,7 @@ class PopupAnimationWidget extends AnimatedWidget {
|
||||
this.popupOffset = Offset.zero,
|
||||
}) : super(listenable: animation);
|
||||
|
||||
Offset _startOffset;
|
||||
late Offset _startOffset;
|
||||
Offset _offset = Offset.zero;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user