MutableBackground constructor
const
MutableBackground({})
Implementation
const MutableBackground({
this.expandedWidget,
this.expandedColor,
this.collapsedWidget,
this.collapsedColor,
this.animationDuration = const Duration(milliseconds: 150),
Key? key,
}) : assert(expandedColor == null || expandedWidget == null),
assert(collapsedColor == null || collapsedWidget == null),
super(key: key);