NewUpdateScreen constructor

const NewUpdateScreen({
  1. required String title,
  2. required String subtitle,
  3. required String appId,
  4. required String buttonText,
  5. Key? key,
})

Implementation

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