To find the area of the triangle with vertices at coordinates \((-3, 5)\), \((3, 7)\), and \((2, 3)\), we can use the following formula for the area of a triangle based on its vertices:
\[ \text{Area} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right| \]
Where \((x_1, y_1)\), \((x_2, y_2)\), and \((x_3, y_3)\) are the coordinates of the triangle's vertices.
Let's assign the coordinates to \( (x_1, y_1) = (-3, 5) \), \( (x_2, y_2) = (3, 7) \), and \( (x_3, y_3) = (2, 3) \).
Now we can substitute these values into the area formula:
\[ \text{Area} = \frac{1}{2} \left| (-3)(7 - 3) + 3(3 - 5) + 2(5 - 7) \right| \]
Calculating each term inside the absolute value:
- \( -3(7 - 3) = -3 \cdot 4 = -12 \)
- \( 3(3 - 5) = 3 \cdot (-2) = -6 \)
- \( 2(5 - 7) = 2 \cdot (-2) = -4 \)
Now, substituting these values into the formula gives:
\[ \text{Area} = \frac{1}{2} \left| -12 - 6 - 4 \right| = \frac{1}{2} \left| -22 \right| = \frac{1}{2} \cdot 22 = 11 \]
Thus, the area of the triangle is
\[ \boxed{11} \text{ square units.} \]