menu
white_auth package
documentation
auth/auth_home.dart
AuthHome
AuthHome.new const constructor
AuthHome.new const constructor
dark_mode
light_mode
AuthHome
constructor
const
AuthHome
(
{
Key
?
key
,
required
String
appName
,
})
Implementation
const AuthHome({ Key? key, required this.appName, }) : super(key: key);
white_auth package
documentation
auth/auth_home
AuthHome
AuthHome.new const constructor
AuthHome class