NewUpdateScreen constructor
Implementation
const NewUpdateScreen({
required this.title,
required this.subtitle,
required this.appId,
required this.buttonText,
super.key,
});
const NewUpdateScreen({
required this.title,
required this.subtitle,
required this.appId,
required this.buttonText,
super.key,
});