MB_ICONINFORMATION top-level constant

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

An icon consisting of a lowercase letter i in a circle appears in the message box.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_ICONINFORMATION instead')
const MB_ICONINFORMATION = MB_ICONASTERISK;