Confirm constructor

Confirm(
  1. String sentence, {
  2. bool? defaultValue,
  3. String? error,
})

Implementation

Confirm(this.sentence, { this.defaultValue, this.error });