The LoginView idea is great because it can be incorporated into any other widget... BUT only if the ListView (in the build function) is replaced by a Column.
Currently, it is not possible to incorporate the LoginView into a custom SingleChildScrollView because of the ListView widget.
The LoginView idea is great because it can be incorporated into any other widget... BUT only if the ListView (in the build function) is replaced by a Column.
Currently, it is not possible to incorporate the LoginView into a custom SingleChildScrollView because of the ListView widget.