MLoginBase constructor

MLoginBase({
  1. String? imgAppName,
  2. double? widthOfName,
  3. void onTapLogin()?,
  4. RxBool? isAgreeTerms,
  5. String? imgSelected,
  6. String? imgUnSelect,
  7. double? sizeCheckBox,
  8. required LoginAgreeHandleInterface? interface,
  9. bool? isWhiteAgreementText,
  10. Color? lightAgreementColor,
})

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,
});