COLOR_PAIRS property

int get COLOR_PAIRS

Implementation

int get COLOR_PAIRS => _COLOR_PAIRS.value;
set COLOR_PAIRS (int value)

Implementation

set COLOR_PAIRS(int value) => _COLOR_PAIRS.value = value;