S360fDataCard constructor
const
S360fDataCard({})
Implementation
const S360fDataCard({
required this.title,
required this.leftTitle,
required this.leftValue,
required this.rightTitle,
required this.rightValue,
super.key,
this.headingSideWidget,
this.onTap,
this.isCheckable = false,
this.isChecked,
this.onCheckChanged,
});