RPTextAnswerFormat constructor

RPTextAnswerFormat({
  1. String? hintText,
  2. bool autoFocus = false,
  3. bool disableHelpers = false,
})

Implementation

RPTextAnswerFormat(
    {this.hintText, this.autoFocus = false, this.disableHelpers = false})
    : super();