NotifyScreen constructor
const
NotifyScreen({
- Key? key,
- NotifyService? notifyService,
- bool isAuthorAtSign = false,
- String? atSign = '',
Implementation
const NotifyScreen({
Key? key,
this.notifyService,
this.isAuthorAtSign = false,
this.atSign = '',
}) : super(key: key);