backgroundColorAt method

Color? backgroundColorAt(
  1. int x,
  2. int y
)

Implementation

Color? backgroundColorAt(int x, int y) =>
    _testOutputBuffer.backgroundColorAt(x, y);