OnCancelled constructor

const OnCancelled({
  1. required bool isCancelled,
})

OnCancelled state.

Implementation

const OnCancelled({required this.isCancelled});