SB_BOTH top-level constant

  1. @Deprecated('Use SCROLLBAR_CONSTANTS.SB_BOTH instead')
int const SB_BOTH

Apply to the window's standard horizontal and vertical scroll bars.

Implementation

@Deprecated('Use SCROLLBAR_CONSTANTS.SB_BOTH instead')
const SB_BOTH = 3;