AbstractPresentationComponent constructor Null safety

AbstractPresentationComponent(
  1. {dynamic super}
)

Implementation

AbstractPresentationComponent(
    {super.key, required this.app, required this.presentationId});