NotificationSettings class

Constructors

NotificationSettings({bool androidResumeOnClick = true, required String? androidNotificationChannelId, String androidNotificationChannelName = 'Notifications', String? androidNotificationChannelDescription, Color? notificationColor, String androidNotificationIcon = 'mipmap/ic_launcher', bool androidShowNotificationBadge = false, bool androidNotificationClickStartsActivity = true, bool androidNotificationOngoing = false, bool androidStopForegroundOnPause = true, int? artDownscaleWidth, int? artDownscaleHeight, Duration fastForwardInterval = const Duration(seconds: 10), Duration rewindInterval = const Duration(seconds: 10), bool preloadArtwork = false, Map<String, dynamic>? androidBrowsableRootExtras})

Properties

androidBrowsableRootExtras Map<String, dynamic>?
final
androidNotificationChannelDescription String?
final
androidNotificationChannelId String?
final
androidNotificationChannelName String
final
androidNotificationClickStartsActivity bool
final
androidNotificationIcon String
final
androidNotificationOngoing bool
final
androidResumeOnClick bool
final
androidShowNotificationBadge bool
final
androidStopForegroundOnPause bool
final
artDownscaleHeight int?
final
artDownscaleWidth int?
final
fastForwardInterval Duration
final
hashCode int
The hash code for this object.
no setterinherited
notificationColor Color?
final
preloadArtwork bool
final
rewindInterval Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited