Benji Farquhar 51168862fb
Add support for ExpansionPanel custom splash color (#147126)
Relates to https://github.com/flutter/flutter/pull/147098 and https://github.com/flutter/flutter/issues/147097

Aside from fixing the expland/collapse icon color in the other PR, I noticed the splash color on both the icon button and the full expansion panel (if ExpansionPanel.canTapOnHeader is set to true) is just `Theme.of(context).splashColor` on the `InkWell` and `Theme.of(context).highlightColor` on the `IconButton` which may not suit the color scheme of the `ExpansionPanel`, so I have added a custom field `splashColor`, which will effect both the `IconButton` and the full panel `Inkwell`.
2024-05-31 01:44:32 +00:00
..
2024-05-09 16:31:54 -06:00
2024-05-09 16:47:16 +00:00
2024-05-09 16:31:54 -06:00
2024-01-18 18:38:00 +01:00
2023-11-27 15:33:07 -08:00
2024-04-22 16:49:19 +00:00
2024-05-13 22:45:51 +00:00
2024-04-03 15:49:38 -07:00
2024-03-09 01:08:06 +00:00