EditableState constructor

EditableState({
  1. List? rows,
  2. List? columns,
  3. int? columnCount,
  4. int? rowCount,
})

Implementation

EditableState({this.rows, this.columns, this.columnCount, this.rowCount});