DoubleAnswerFormat constructor

const DoubleAnswerFormat({
  1. double? defaultValue,
  2. String hint = '',
  3. String? question,
  4. String? answerType = type,
})

Implementation

const DoubleAnswerFormat({
  this.defaultValue,
  this.hint = '',
  super.question,
  super.answerType = type,
}) : super();