Auth constructor
const
Auth({})
Implementation
const Auth({
required this.loggedInBuilder,
required this.notLoggedInBuilder,
this.backgroundColor = Colors.white,
this.loadingColor = Colors.black,
Key? key,
}) : super(key: key);