CreateAccountPage constructor

CreateAccountPage({
  1. String? logoImage,
  2. String? footerImage,
  3. Color? cancelTextColor,
})

Implementation

CreateAccountPage({
  this.logoImage,
  this.footerImage,
  this.cancelTextColor,
});