InfoItem constructor

InfoItem(
  1. String label,
  2. String? text
)

Implementation

InfoItem(this.label, this.text);