RegistrationTranslations class

Holds all the translations for the standard elements on the registration screen.

Constructors

RegistrationTranslations({required String title, required String registerBtn, required String previousStepBtn, required String nextStepBtn, required String closeBtn, required String defaultEmailTitle, required String defaultEmailLabel, required String defaultEmailHint, required String defaultEmailEmpty, required String defaultEmailValidatorMessage, required String defaultPasswordTitle, required String defaultPasswordLabel, required String defaultPasswordHint, required String defaultPasswordValidatorMessage})
const
RegistrationTranslations.empty()
const

Properties

closeBtn String
final
defaultEmailEmpty String
final
defaultEmailHint String
final
defaultEmailLabel String
final
defaultEmailTitle String
final
defaultEmailValidatorMessage String
final
defaultPasswordHint String
final
defaultPasswordLabel String
final
defaultPasswordTitle String
final
defaultPasswordValidatorMessage String
final
hashCode int
The hash code for this object.
no setterinherited
nextStepBtn String
final
previousStepBtn String
final
registerBtn String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

copyWith({String? title, String? registerBtn, String? previousStepBtn, String? nextStepBtn, String? closeBtn, String? defaultEmailTitle, String? defaultEmailLabel, String? defaultEmailHint, String? defaultEmailEmpty, String? defaultEmailValidatorMessage, String? defaultPasswordTitle, String? defaultPasswordLabel, String? defaultPasswordHint, String? defaultPasswordValidatorMessage}) RegistrationTranslations
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