SectionImageAlignmentWidget constructor
SectionImageAlignmentWidget({
- Key? key,
- required AppModel app,
- required SectionImageAlignmentCallback sectionImageAlignmentCallback,
- required SectionImageAlignment sectionImageAlignment,
Implementation
SectionImageAlignmentWidget(
{super.key,
required this.app,
required this.sectionImageAlignmentCallback,
required this.sectionImageAlignment});