DT_PREFIXONLY top-level constant Null safety
Draws only an underline at the position of the character following the ampersand (&) prefix character. Does not draw any other characters in the string.
Implementation
const DT_PREFIXONLY = 0x00200000;
Draws only an underline at the position of the character following the ampersand (&) prefix character. Does not draw any other characters in the string.
const DT_PREFIXONLY = 0x00200000;