Код: Выделить всё
return StickyHeader(
header: Material(
color: Colors.transparent,
child: Container(
color: Colors.transparent,
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Container(
color: AppColors.todaysTasks,
height: 60.0,
padding: EdgeInsets.symmetric(horizontal: spacing),
alignment: Alignment.centerLeft,
child: Text(
title,
style: FontStyles.taskListItemName.copyWith(color: Colors.black),
),
),
Image.asset(
'assets/images/BlurCropped.png',
),
],
),
),
),
content: Column(
Я пытался поместить теневое изображение под заголовок, но получилось странное поле.
Подробнее здесь: https://stackoverflow.com/questions/781 ... hout-expan