notificationLayout property

NotificationLayout? get notificationLayout
inherited

Returns the layout type of the notification.

Implementation

NotificationLayout? get notificationLayout {
  return _notificationLayout;
}