AboutView constructor
const
AboutView({})
Implementation
const AboutView({
super.key,
required this.logoAssetName,
required this.appName,
required this.version,
this.child,
this.onLogoTapped,
this.onAppNameTapped,
this.onVersionTapped,
});