stylerSurfaceFor function

StylerSurface? stylerSurfaceFor(
  1. String stylerName
)

Returns curated surface metadata for stylerName.

Implementation

StylerSurface? stylerSurfaceFor(String stylerName) => _surfaces[stylerName];