InformationalHintsBlob constructor

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

Implementation

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