backgroundColorAt method

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

Implementation

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