supportsWireframe property
Settable, because the interesting case is the backend that says no —
OpenGL ES has no glPolygonMode, and the engine is supposed to decline
its own wireframe setting rather than let the request reach a backend
that would refuse it mid-frame.
Implementation
@override
final bool supportsWireframe;