welcome property

String welcome

Welcome title in signUp mode for the informing part. Default value is given in _defaultWelcome. Custom value in the constructor is assigned to _welcome.

Implementation

String get welcome => _welcome ?? _defaultWelcome;