CuReExpandableBox constructor
const
CuReExpandableBox({})
Implementation
const CuReExpandableBox({
super.key,
required this.title,
required this.child,
this.filled = true,
this.color,
this.icon,
this.shape,
this.onTap,
});