EditScreen constructor Null safety
Implementation
EditScreen(
{Key? key,
required this.statement,
required this.onLogin,
required this.title,
required this.isLoggedIn})
: super(key: key);
EditScreen(
{Key? key,
required this.statement,
required this.onLogin,
required this.title,
required this.isLoggedIn})
: super(key: key);