StyleSetterOptions.fromJsObject constructor

StyleSetterOptions.fromJsObject(
  1. StyleSetterOptionsJsImpl jsObject
)

Creates a new StyleSetterOptions from a jsObject.

Implementation

StyleSetterOptions.fromJsObject(StyleSetterOptionsJsImpl jsObject)
    : super.fromJsObject(jsObject);