InfoItem constructor

const InfoItem(
  1. String label,
  2. String? text, {
  3. Key? key,
})

Implementation

const InfoItem(this.label, this.text, {super.key});