login property

String login

Action button text for login mode. Default value is given in _defaultLogin. Custom value in the constructor is assigned to _login.

Implementation

String get login => _login ?? _defaultLogin;