AlertWidget constructor

AlertWidget({
  1. required AppModel app,
  2. String? title,
  3. String? content,
})

Implementation

AlertWidget({required this.app, this.title, this.content});