selectionOverlay property

int get selectionOverlay

Translucent overlay color (ARGB) the painter draws over selected cells.

Implementation

int get selectionOverlay => 0x55000000 | (colors.selection & 0xFFFFFF);