TableViewEditorController constructor

TableViewEditorController({
  1. TableViewEditorBehavior behavior = TableViewEditorBehavior.wholeRow,
})

Implementation

TableViewEditorController({
  this.behavior = TableViewEditorBehavior.wholeRow,
});