SubjectOptions constructor

const SubjectOptions({
  1. void onCancel()?,
  2. bool isDerived = false,
})

Creates subject options.

Implementation

const SubjectOptions({this.onCancel, this.isDerived = false});