StatDisplayProps constructor
const
StatDisplayProps({})
Implementation
const StatDisplayProps({
required this.value,
required this.label,
this.layout = StatDisplayLayout.vertical,
this.valueColor,
this.labelColor,
this.valueFontSize,
this.labelFontSize,
this.textAlign,
});