style property
CSSStyleDeclaration
get
style
Implementation
_i6.CSSStyleDeclaration get style => _i4.getProperty(
this,
'style',
);
set
style
(CSSStyleDeclaration value)
Implementation
set style(_i6.CSSStyleDeclaration value) {
_i4.setProperty(
this,
'style',
value,
);
}