CreateUserScreenConfig constructor
const
CreateUserScreenConfig({
- String? title,
- String? subTitle,
- String? emailPlaceholder,
- String? namePlaceholder,
- String? dobPlaceholder,
- String? genderPlaceholder,
- String? submitButtonText,
- String? dobFormat,
- DateTime? dob,
- BoxDecoration? radioContainerStyle,
- BoxDecoration? radioCircleStyle,
- BoxDecoration? radioSelectedStyle,
- TextStyle? radioTextStyle,
- TextStyle? genderTitleStyle,
- String? genderTitle,
Implementation
const CreateUserScreenConfig({
this.title,
this.subTitle,
this.emailPlaceholder,
this.namePlaceholder,
this.dobPlaceholder,
this.genderPlaceholder,
this.submitButtonText,
this.dobFormat,
this.dob,
this.radioContainerStyle,
this.radioCircleStyle,
this.radioSelectedStyle,
this.radioTextStyle,
this.genderTitleStyle,
this.genderTitle,
});