CustomLayoutIOS constructor

CustomLayoutIOS({
  1. String? primaryColor,
  2. String? secondaryColor,
  3. String? backgroundColor,
  4. String? contentColor,
  5. String? mediumColor,
  6. FeedbackColorsIOS? feedbackColors,
  7. String? fontStyle,
})

Implementation

CustomLayoutIOS({
  this.primaryColor,
  this.secondaryColor,
  this.backgroundColor,
  this.contentColor,
  this.mediumColor,
  this.feedbackColors,
  this.fontStyle,
});