ui_kit/feat/button-components #134
@ -37,6 +37,7 @@ class Buttons extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => ListView(
|
||||
cacheExtent: 2000,
|
||||
children: [
|
||||
const Gap(20),
|
||||
Align(
|
||||
|
@ -10,6 +10,7 @@ class Cards extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => ListView(
|
||||
cacheExtent: 1000,
|
||||
children: [
|
||||
const Gap(20),
|
||||
Align(
|
||||
|
Loading…
x
Reference in New Issue
Block a user