AboutBase constructor
AboutBase(
- String identifier,
- RelativeImagePosition imagePosition,
- double imageWidth,
- SectionImageAlignment alignment,
- InstallApp? installApp,
- HomeMenuModel? homeMenu,
- DrawerModel? drawer,
- DrawerModel? endDrawer,
Implementation
AboutBase(
this.identifier,
this.imagePosition,
this.imageWidth,
this.alignment,
InstallApp? installApp,
HomeMenuModel? homeMenu,
DrawerModel? drawer,
DrawerModel? endDrawer,
) : super(
installApp,
homeMenu,
drawer,
endDrawer,
);