cellSetBgColor method

void cellSetBgColor(
  1. int index,
  2. int color
)

Implementation

void cellSetBgColor(int index, int color) =>
    _data.cellSetBgColor(index, color);