WarningHintsBlob constructor

const WarningHintsBlob(
  1. String title,
  2. String hint,
  3. {Key? key}
)

Implementation

const WarningHintsBlob(this.title, this.hint, {super.key});