foregroundColorAt method

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

Implementation

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