NotificationText constructor
const
NotificationText(
- String content, {
- NotificationTextStyle? style,
- NotificationTextAlignment? alignment,
- int? maxLines,
Implementation
const NotificationText(
this.content, {
this.style,
this.alignment,
this.maxLines,
});