IPhone constructor
const
IPhone({})
Implementation
const IPhone(
{super.key,
required this.iphoneColor,
required this.wallpaper,
required this.applications,
required this.bottomApplications});
const IPhone(
{super.key,
required this.iphoneColor,
required this.wallpaper,
required this.applications,
required this.bottomApplications});