is there a way to reduce the height of the ExpansionTile header because it doesn't have a height property, after searching i found this on github for a custom color but i cannot modify it to add a height property besides it gives me errors say " drive is not defined for the class AnimationController"
Asked
Active
Viewed 4,268 times
6
-
Any one know how to get it done? – Ahmed El Sayed Aug 14 '19 at 19:19
-
2Have you tried https://pub.dev/packages/configurable_expansion_tile It worked for me – Dzeri Aug 15 '19 at 00:16
-
please add it as an answer so i can mark it as the correct one – Ahmed El Sayed Aug 16 '19 at 09:46
-
Alright man, will do – Dzeri Aug 17 '19 at 19:42
2 Answers
3
Make use of Configurable Expansion Tile from dart's dev site. Its really customizable and worked perfectly for me.

Dzeri
- 891
- 1
- 8
- 15