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