S360fDataDisplay constructor
const
S360fDataDisplay({})
Implementation
const S360fDataDisplay({
required this.label,
required this.subLabel,
this.labelStyle,
this.subLabelStyle,
@Deprecated("Use 'isLabelHighlighted' instead.") this.isLabelBold = false,
this.isLabelHighlighted = false,
super.key,
});