PresentationRelativeImagePositionWidget constructor Null safety

PresentationRelativeImagePositionWidget(
  1. {dynamic super}
)

Implementation

PresentationRelativeImagePositionWidget(
    {super.key,
    required this.app,
    required this.presentationRelativeImagePositionCallback,
    required this.presentationRelativeImagePosition});