AboutScreen constructor
const
AboutScreen({})
Implementation
const AboutScreen({
Key? key,
required this.applicationName,
this.applicationVersion,
this.applicationLegalese,
this.applicationIcon,
}) : super(key: key);