четвертая лаба сдана
This commit is contained in:
parent
7af882b5c8
commit
adc3f42244
@ -41,7 +41,7 @@ class Body extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final data = [
|
||||
CardData(
|
||||
'Человек-паук',
|
||||
'Spider man',
|
||||
descriptionText: 'Чела укусил паук блин',
|
||||
imageUrl:
|
||||
'https://i.pinimg.com/564x/1b/be/e7/1bbee75b44e22793c42c48e01d3ce3fc.jpg',
|
||||
@ -54,21 +54,21 @@ class Body extends StatelessWidget {
|
||||
'https://i.pinimg.com/564x/8a/da/f7/8adaf776bed5ea4b1f80c23628372e7f.jpg',
|
||||
),
|
||||
CardData(
|
||||
'Головоломка',
|
||||
'Inside out',
|
||||
descriptionText: 'Мультфильм про эмоции',
|
||||
icon: Icons.woman,
|
||||
imageUrl:
|
||||
'https://i.pinimg.com/564x/3d/af/1e/3daf1ec0832cf3d6e0bff9db194564f5.jpg',
|
||||
),
|
||||
CardData(
|
||||
'Бойцовский клуб',
|
||||
'Fight Club',
|
||||
descriptionText: 'Это чтоо, Тайлер Дердер???',
|
||||
icon: Icons.question_answer,
|
||||
imageUrl:
|
||||
'https://i.pinimg.com/564x/e6/a6/61/e6a661bd29efdeee24e56c930398acca.jpg',
|
||||
),
|
||||
CardData(
|
||||
'Рапунцель',
|
||||
'Tangled',
|
||||
descriptionText: 'Очень мили мультик',
|
||||
icon: Icons.favorite_border,
|
||||
imageUrl:
|
||||
|
Loading…
Reference in New Issue
Block a user