ExpandableRow constructor

ExpandableRow({
  1. required dynamic cells,
})

Implementation

ExpandableRow({
  required cells,
}) : _cells = cells;