NewLoginLayout constructor
const
NewLoginLayout({
- Key? key,
- required dynamic onLogin(
- LoginHistory history
Implementation
const NewLoginLayout(
{Key? key, required this.onLogin})
: super(key: key);