InfoItemRow constructor

InfoItemRow(
  1. String label,
  2. String? content, {
  3. bool colorPrimary = false,
  4. Color? color,
})

Implementation

InfoItemRow(
  this.label,
  this.content, {
  this.colorPrimary = false,
  this.color,
});