WindowsNotificationText constructor
const
WindowsNotificationText({
- required String text,
- bool centerIfCall = false,
- bool isCaption = false,
- WindowsTextPlacement? placement,
- String? languageCode,
Creates text for a Windows notification.
Implementation
const WindowsNotificationText({
required this.text,
this.centerIfCall = false,
this.isCaption = false,
this.placement,
this.languageCode,
});