kepala dan icon
This commit is contained in:
parent
b771de5e80
commit
d41e1f84a0
@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user