expansion_tile_card 1.0.0 expansion_tile_card: ^1.0.0 copied to clipboard
An "expansion" on the Flutter SDK's standard ExpansionTile, to create a Google Material Theme inspired raised widget, ExpansionTileCard, instead.
[1.0.0] - Initial release. #
- Swap
ExpansionTile
'sContainer
for aMaterial
widget. - Attach the
Material
'selevation
to an Animation. - Add a rounded border which hides in plain sight until raised.
- Drop borderColor and backgroundColor; use theme.canvasColor and theme.cardColor instead.