LazyColumnRowModel constructor

const LazyColumnRowModel(
  1. String label,
  2. String value
)

Implementation

const LazyColumnRowModel(
  this.label,
  this.value,
);