foregroundColorAt method

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

Implementation

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