FERANotification constructor
const
FERANotification({
- Key? key,
- required String title,
- required String bodyText,
- required TypeOfNotification typeOfNotification,
- required Duration duration,
Implementation
const FERANotification(
{super.key,
required this.title,
required this.bodyText,
required this.typeOfNotification,
required this.duration});