menu
flutter_notification_wrapper package
documentation
flutter_notification_wrapper.dart
ReceivedNotification
autoDismissible property
autoDismissible property
dark_mode
light_mode
autoDismissible
property
bool
?
get
autoDismissible
inherited
Returns whether the notification is auto-dismissible.
Implementation
bool? get autoDismissible => _autoDismissible;
flutter_notification_wrapper package
documentation
flutter_notification_wrapper
ReceivedNotification
autoDismissible property
ReceivedNotification class