Expandable Widget Background Color Variants?

Widgets & Design

For expandable widgets I noticed the flutterflow platform doesn’t have a set background color from variable. Is there any issue with adding this small feature? Maybe it was just an oversight?

I would like to be able to change the background color of an expandable if it’s collapsed or expanded.

Thanks for the assist!

What have you tried so far?

My Current work around is to place the expandable in a container and is set to pay attention to the specific expandable widget state.

The problem with this is a user would need to manage to hide and show that container for the changes to take place.

Did you check FlutterFlow's Documentation for this topic?
Yes