White Icon
parent
5177d38b36
commit
30c798c15f
|
@ -25,7 +25,8 @@ class EntryDetail extends StatelessWidget {
|
||||||
return Card(
|
return Card(
|
||||||
child: entryComment != null
|
child: entryComment != null
|
||||||
? ExpansionTile(
|
? ExpansionTile(
|
||||||
iconColor: color,
|
iconColor: Colors.white,
|
||||||
|
collapsedIconColor: Colors.white,
|
||||||
collapsedShape: shape,
|
collapsedShape: shape,
|
||||||
shape: shape,
|
shape: shape,
|
||||||
leading: icon,
|
leading: icon,
|
||||||
|
|
Loading…
Reference in New Issue