phase3: pinput v5, late field fix, carousel nullable, badges badgeAnimation param. 251->242

This commit is contained in:
2026-07-31 14:53:58 +08:00
parent ab06fadea8
commit 6487c0db54
6 changed files with 16 additions and 23 deletions

View File

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