ThemedLabelValue constructor
const
ThemedLabelValue({
- Key? key,
- bool showLabel = true,
- String labelText = "",
- ThemeGroupType labelType = ThemeGroupType.MOM,
- Emphasis labelEmphasis = Emphasis.HIGH,
- TextAlign labelTextAlign = TextAlign.start,
- String text = "",
- ThemeGroupType textType = ThemeGroupType.MOM,
- Emphasis textEmphasis = Emphasis.HIGH,
- TextAlign textAlign = TextAlign.start,
Implementation
const ThemedLabelValue({
super.key,
this.showLabel = true,
this.labelText = "",
this.labelType = ThemeGroupType.MOM,
this.labelEmphasis = Emphasis.HIGH,
this.labelTextAlign = TextAlign.start,
this.text = "",
this.textType = ThemeGroupType.MOM,
this.textEmphasis = Emphasis.HIGH,
this.textAlign = TextAlign.start
});