ValueItem constructor

const ValueItem({
  1. required String label,
  2. String? value,
})

Default constructor for ValueItem

Implementation

const ValueItem({required this.label, this.value});