Style.fromJsObject constructor

Style.fromJsObject(
  1. StyleJsImpl jsObject
)

Creates a new Style from a jsObject.

Implementation

Style.fromJsObject(StyleJsImpl jsObject) : super.fromJsObject(jsObject);