KohlerInsightsExpansionTile constructor
Implementation
const KohlerInsightsExpansionTile({
super.key,
this.title,
this.isCollapsible = true,
this.initiallyExpanded = true,
this.childTextStyle,
this.collapsedChild,
required this.expandedChild,
});