AboutUsPage constructor
const
AboutUsPage({
- Key? key,
- required String assetImage,
- required String fbFanPageUrl,
- required String fbFanPageId,
- String? instagramUsername,
- required String githubUrl,
- required String githubName,
- required String email,
- required String appLicense,
- List<
Widget> ? actions, - String? applicationName,
- String? applicationVersion,
- Widget? applicationIcon,
- String? applicationLegalese,
Implementation
const AboutUsPage({
super.key,
required this.assetImage,
required this.fbFanPageUrl,
required this.fbFanPageId,
this.instagramUsername,
required this.githubUrl,
required this.githubName,
required this.email,
required this.appLicense,
this.actions,
this.applicationName,
this.applicationVersion,
this.applicationIcon,
this.applicationLegalese,
});