fix header color
Serhii committed
Jan 4, 2023 at 13:59 UTC
e579839596ea5f634d340c7815a9eb102ffb35e5
1 file changed
+2
lib/src/widgets/collapsible_standart_list.dart
+2
@@ -48,6 +48,8 @@ class CollapsibleSectionList extends SectionStandardList {
48
child: ListTileTheme(
49
contentPadding: EdgeInsets.only(right: 16,top:sectionIndex>0?26:0),
50
child: ExpansionTile(
51
+ textColor: themeColor,
52
+ iconColor: themeColor,
53
title: sectionTitleBuilder == null
54
? Container()
55
: Container(child: buildTitle(items, sectionIndex, context)),