MLoginBase constructor
MLoginBase({})
Implementation
MLoginBase({
this.imgAppLogo,
this.widthOfLogo,
this.imgAppName,
this.widthOfName,
this.onTapLogin,
this.isAgreeTerms,
this.imgSelected,
this.imgUnSelect,
this.sizeCheckBox,
required this.interface,
this.isWhiteAgreementText,
this.lightAgreementColor,
});