cssProperties property
Attributes
get
cssProperties
Access to the cssProperties of this element.
TODO(DrMarcII): consider special handling of colour and possibly other properties.
Implementation
Attributes get cssProperties => Attributes((name) => _client.send(
_handler.element.buildCssPropertyRequest(id, name),
_handler.element.parseCssPropertyResponse));