SectionImageAlignmentWidget constructor Null safety

SectionImageAlignmentWidget(
  1. {dynamic super}
)

Implementation

SectionImageAlignmentWidget(
    {super.key,
    required this.app,
    required this.sectionImageAlignmentCallback,
    required this.sectionImageAlignment});