ValueHighLightWidget constructor
const
ValueHighLightWidget({
- Key? key,
- required LabelConfig labelConfig,
- required LabelConfig valueConfig,
- LocalImageConfig? localImageConfig,
- double? width,
- AuthorDecorationConfig? authorDecorationConfig,
Implementation
const ValueHighLightWidget({
super.key,
required this.labelConfig,
required this.valueConfig,
this.localImageConfig,
this.width,
this.authorDecorationConfig,
});