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

@@ -18,8 +18,8 @@ class Carousel extends StatefulWidget {
animationDuration = animationDuration;
final double height;
final List<Widget> pages;
final bool autoPlay;
final List<Widget>? pages;
final bool? autoPlay;
final Duration duration;
final Duration animationDuration;
@@ -106,7 +106,7 @@ class Indicator extends StatefulWidget {
: count = count,
super(key: key);
final int count;
final int? count;
@override
createState() => new IndicatorState();