menu
top_alert_notification package
documentation
top_alert_notification
TopAlertNotification
dismissTopAlert method
dismissTopAlert
brightness_4
dismissTopAlert
method
Null safety
void
dismissTopAlert
(
)
Implementation
void dismissTopAlert() { if (overlayEntry != null) { overlayEntry.remove(); } }
top_alert_notification package
documentation
top_alert_notification
TopAlertNotification
dismissTopAlert method
TopAlertNotification class
Constructors
TopAlertNotification
Properties
child
closeOnX
color
context
duration
hashCode
key
onTap
overlayEntry
overlayState
runtimeType
Methods
dismissTopAlert
noSuchMethod
showTopAlert
toString
Operators
operator ==