NotificationText constructor

const NotificationText(
  1. String content, {
  2. NotificationTextStyle? style,
  3. NotificationTextAlignment? alignment,
  4. int? maxLines,
})

Implementation

const NotificationText(
  this.content, {
  this.style,
  this.alignment,
  this.maxLines,
});