replaceLoginScreen property

Widget replaceLoginScreen
getter/setter pair

This variable represents the widget that will replace the login screen. The default value is a LoginDummyScreen.

Implementation

Widget replaceLoginScreen = const LoginDummyScreen();