SectionImageAlignmentWidget constructor

SectionImageAlignmentWidget({
  1. Key? key,
  2. required AppModel app,
  3. required SectionImageAlignmentCallback sectionImageAlignmentCallback,
  4. required SectionImageAlignment sectionImageAlignment,
})

Implementation

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