ExpansionPanelRadio constructor
An expansion panel that allows for radio functionality.
A unique value must be passed into the constructor.
Implementation
ExpansionPanelRadio({
required this.value,
required super.headerBuilder,
required super.body,
super.canTapOnHeader,
super.backgroundColor,
super.splashColor,
super.highlightColor,
});