ApexHintsBlob constructor

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

Implementation

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