Row constructor

Row({
  1. String? actualLabel,
  2. List<Entry>? entries,
})

Implementation

Row({
  this.actualLabel,
  this.entries,
});