get method

String? get(
  1. String tagName
)

Gets the registered CSS for a component tag.

Implementation

String? get(String tagName) => _styles[tagName];