LabelValueRow constructor

LabelValueRow({
  1. List<LabelValue>? columns,
})

Implementation

LabelValueRow({
  this.columns,
});