SubjectOptions constructor
const
SubjectOptions({
- void onCancel()?,
- bool isDerived = false,
Creates subject options.
Implementation
const SubjectOptions({this.onCancel, this.isDerived = false});