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"
reduce expansionTile height in flutter
Any one know how to get it done? –
Nevile
Have you tried pub.dev/packages/configurable_expansion_tile It worked for me –
Chaparro
please add it as an answer so i can mark it as the correct one –
Nevile
Alright man, will do –
Chaparro
Make use of Configurable Expansion Tile from dart's dev site. Its really customizable and worked perfectly for me.
ListTileTheme(
dense: true,
child: ExpansionTile(..),
..
how about this?
Hurrah! Worked for me. –
Amphibolous
Make use of Configurable Expansion Tile from dart's dev site. Its really customizable and worked perfectly for me.
© 2022 - 2024 — McMap. All rights reserved.