SummerRowExpandable constructor
const
SummerRowExpandable({})
Implementation
const SummerRowExpandable({
required this.expandedKeys,
required this.builder,
this.onChanged,
this.expandIcon,
this.collapseIcon,
this.columnWidth = 40.0,
});