Skip to content
Discussion options

You must be logged in to vote

You can currently modify this by directly editing the file at this path:

lib/resources/widgets/toast_notification_widget.dart

Flexible(
  child: Text(
    _toastMeta.description,
    maxLines: 2,  // Change this value
    overflow: TextOverflow.ellipsis,
  ).bodyMedium(
      color: context.color.content
          .withAlpha((255.0 * 0.8).round())),
),

Just change the maxLines value to the number of lines you need.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agordn52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants