CellProgramOpenEvent constructor
const
CellProgramOpenEvent({
- required SwipeActionController controller,
- required int index,
- required bool animated,
- required bool trailing,
Implementation
const CellProgramOpenEvent({
required this.controller,
required this.index,
required this.animated,
required this.trailing,
});