ui_kit/feat/button-components #134

Merged
hugo merged 35 commits from ui_kit/feat/button-components into master 2023-02-16 08:58:03 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 5c34528b3d - Show all commits

View File

@ -37,6 +37,7 @@ class Buttons extends StatelessWidget {
@override
Widget build(BuildContext context) => ListView(
cacheExtent: 2000,
children: [
const Gap(20),
Align(

View File

@ -10,6 +10,7 @@ class Cards extends StatelessWidget {
@override
Widget build(BuildContext context) => ListView(
cacheExtent: 1000,
children: [
const Gap(20),
Align(