PatchNotesDisplay constructor

const PatchNotesDisplay(
  1. Map<String, dynamic> patchNotes,
  2. {Key? key}
)

Implementation

const PatchNotesDisplay(this.patchNotes, {super.key});