DoubleAnswerFormat constructor

const DoubleAnswerFormat({
  1. double? defaultValue,
  2. String hint = '',
})

Implementation

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