CreateUserScreenConfig class

Constructors

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})
const

Properties

dob DateTime?
final
dobFormat String?
final
dobPlaceholder String?
final
emailPlaceholder String?
final
genderPlaceholder String?
final
genderTitle String?
final
genderTitleStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
namePlaceholder String?
final
radioCircleStyle BoxDecoration?
final
radioContainerStyle BoxDecoration?
final
radioSelectedStyle BoxDecoration?
final
radioTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitButtonText String?
final
subTitle String?
final
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited