styleAt method

TextStyle? styleAt(
  1. int x,
  2. int y
)

Implementation

TextStyle? styleAt(int x, int y) => _testOutputBuffer.styleAt(x, y);