diff --git a/packages/wyatt_ui_kit/example/lib/buttons/buttons.dart b/packages/wyatt_ui_kit/example/lib/buttons/buttons.dart index 010d26f3..6b224ded 100644 --- a/packages/wyatt_ui_kit/example/lib/buttons/buttons.dart +++ b/packages/wyatt_ui_kit/example/lib/buttons/buttons.dart @@ -37,6 +37,7 @@ class Buttons extends StatelessWidget { @override Widget build(BuildContext context) => ListView( + cacheExtent: 2000, children: [ const Gap(20), Align( diff --git a/packages/wyatt_ui_kit/example/lib/cards/cards.dart b/packages/wyatt_ui_kit/example/lib/cards/cards.dart index 4c99cdea..fbbf058b 100644 --- a/packages/wyatt_ui_kit/example/lib/cards/cards.dart +++ b/packages/wyatt_ui_kit/example/lib/cards/cards.dart @@ -10,6 +10,7 @@ class Cards extends StatelessWidget { @override Widget build(BuildContext context) => ListView( + cacheExtent: 1000, children: [ const Gap(20), Align(