AuthHome constructor

const AuthHome({
  1. Key? key,
  2. required String appName,
})

Implementation

const AuthHome({
  Key? key,
  required this.appName,
}) : super(key: key);