CellProgramOpenEvent constructor

const CellProgramOpenEvent({
  1. required SwipeActionController controller,
  2. required int index,
  3. required bool animated,
  4. required bool trailing,
})

Implementation

const CellProgramOpenEvent({
  required this.controller,
  required this.index,
  required this.animated,
  required this.trailing,
});