kepala dan icon

This commit is contained in:
='fauz 2025-05-08 13:32:33 +07:00
parent b771de5e80
commit d41e1f84a0
2 changed files with 19 additions and 2 deletions

View File

@ -93,6 +93,14 @@ class CardList extends StatelessWidget {
),
),
backgroundColor: Colors.blue,
avatar: const CircleAvatar(
backgroundColor: Colors.transparent,
child: Icon(
Icons.emoji_events,
size: 16,
color: Colors.amber,
),
),
),
SizedBox(width: 40),
Chip(
@ -108,6 +116,14 @@ class CardList extends StatelessWidget {
),
),
backgroundColor: Colors.blue,
avatar: const CircleAvatar(
backgroundColor: Colors.transparent,
child: Icon(
Icons.monetization_on,
size: 12,
color: Colors.amber,
),
),
),
],
),

View File

@ -84,6 +84,7 @@ flutter:
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/images/Artboard 15@4x.png
- assets/images/Artboard 16@4x.png
- assets/images/background.jpeg