NotifyScreen constructor

const NotifyScreen({
  1. Key? key,
  2. NotifyService? notifyService,
  3. bool isAuthorAtSign = false,
  4. String? atSign = '',
})

Implementation

const NotifyScreen({
  Key? key,
  this.notifyService,
  this.isAuthorAtSign = false,
  this.atSign = '',
}) : super(key: key);