notificationLayout property

NotificationLayout? notificationLayout

Returns the layout type of the notification.

Implementation

NotificationLayout? get notificationLayout {
  return _notificationLayout;
}