getStyle abstract method

Declaration? getStyle(
  1. String property
)

Gets a styling declaration by property.

Implementation

css.Declaration? getStyle(String property);