i saw the below example to add style to the UI 5 controls from existing class ,my question if you can add the style internally
without any class
Embedding a custom CSS style class to a SAPUI5 control
in plain html you can do it like
<h1style="color:blue">This is a Blue Heading</h1>
there is something similar to ui5 control