PlutoRowTypeGroup constructor

PlutoRowTypeGroup({
  1. required FilteredList<PlutoRow> children,
  2. bool expanded = false,
})

Implementation

PlutoRowTypeGroup({
  required this.children,
  bool expanded = false,
}) : _expanded = expanded;