menu
spark_framework package
documentation
spark.dart
ComponentStyleRegistry
get method
get method
dark_mode
light_mode
get
method
String
?
get
(
String
tagName
)
Gets the registered CSS for a component tag.
Implementation
String? get(String tagName) => _styles[tagName];
spark_framework package
documentation
spark
ComponentStyleRegistry
get method
ComponentStyleRegistry class