ValueHighLightWidget constructor

const ValueHighLightWidget({
  1. Key? key,
  2. required LabelConfig labelConfig,
  3. required LabelConfig valueConfig,
  4. LocalImageConfig? localImageConfig,
  5. double? width,
  6. AuthorDecorationConfig? authorDecorationConfig,
})

Implementation

const ValueHighLightWidget({
  super.key,
  required this.labelConfig,
  required this.valueConfig,
  this.localImageConfig,
  this.width,
  this.authorDecorationConfig,
});