MB_ICONWARNING top-level constant

  1. @Deprecated('Use MESSAGEBOX_STYLE.MB_ICONWARNING instead')
int const MB_ICONWARNING

An exclamation-point icon appears in the message box.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ICONWARNING instead')
const MB_ICONWARNING = MB_ICONEXCLAMATION;