StyleFunction.fromJsObject constructor

StyleFunction.fromJsObject(
  1. StyleFunctionJsImpl jsObject
)

Creates a new StyleFunction from a jsObject.

Implementation

StyleFunction.fromJsObject(StyleFunctionJsImpl jsObject)
    : super.fromJsObject(jsObject);