initComponentInternal method
dynamic
initComponentInternal(])
inherited
Implementation
initComponentInternal(Map props, void Function() _jsRedraw, [RefMethod? ref, dynamic _jsThis, Map? context]) {
this._jsRedraw = _jsRedraw;
this.ref = ref ?? _defaultRef;
this._jsThis = _jsThis;
_initContext(context);
_initProps(props);
}