SS_TYPEMASK top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_TYPEMASK instead')
int const SS_TYPEMASK

A composite style bit that results from using the OR operator on SS_* style bits.

Can be used to mask out valid SS_* bits from a given bitmask. Note that this is out of date and does not correctly include all valid styles. Thus, you should not use this style.

Implementation

@Deprecated('Use STATIC_STYLES.SS_TYPEMASK instead')
const SS_TYPEMASK = 0x0000001F;