ExpandableTableRow constructor
const
ExpandableTableRow({})
Implementation
const ExpandableTableRow({
super.key,
required this.vsync,
required this.duration,
this.curve = Curves.easeInOut,
required this.expanded,
required this.child,
required this.expandedChild,
});