CustomSliverCard constructor
const
CustomSliverCard({})
SliverCard 分组 Sliver 组件
Implementation
const CustomSliverCard({
required this.child,
super.key,
this.title,
this.titleText,
this.count,
this.trailing,
this.expandable = true,
this.initialExpanded = true,
this.onExpandChanged,
this.additionalInfoText,
this.additionalInfo,
});