LogoControl.fromJsObject constructor

LogoControl.fromJsObject(
  1. LogoControlJsImpl jsObject
)

Creates a new LogoControl from a jsObject.

Implementation

LogoControl.fromJsObject(LogoControlJsImpl jsObject)
    : super.fromJsObject(jsObject);