CellHideChanged constructor

CellHideChanged(
  1. GlobalVectorDefinition cell, {
  2. int? object,
  3. bool? hide,
})

Implementation

CellHideChanged(this.cell, {this.object, this.hide});