Closed fo0 closed 7 years ago
Included in version 2.0.10
You can use this in the builder: .withIcon(VaadinIcons.INFO)
NotificationBuilder.get(notiCenter)
.withCaption("Test")
.withDescription("description")
.withPriority(ENotificationPriority.HIGH)
.withIcon(VaadinIcons.INFO)
.withCloseButton()
.build();
notification missing icon setter