CustomLayoutIOS constructor

CustomLayoutIOS({
  1. String? primaryColor,
  2. FeedbackColorsIOS? feedbackColors,
  3. String? fontStyle,
})

Implementation

CustomLayoutIOS({this.primaryColor, this.feedbackColors, this.fontStyle});