I try to migrate to null safety. Only one error from stacked: ^2.0.0-nullsafety.2.
type '(HomeViewModel) => dynamic' is not a subtype of type '((HomeViewModel?) => dynamic)?'
The relevant error-causing widget was
Home
lib/main.dart:
Any suggestions please?