menu
pulsar_web package
documentation
engine/morphic/element_builder.dart
ElementBuilder
style method
style method
dark_mode
light_mode
style
method
ElementBuilder
style
(
Map
<
String
,
String
>
style
)
Implementation
ElementBuilder style(Map<String, String> style) { _style = {...?_style, ...style}; return this; }
pulsar_web package
documentation
engine/morphic/element_builder
ElementBuilder
style method
ElementBuilder class