createOptions method
JsElementsCreateOptions
createOptions()
Implementation
js.JsElementsCreateOptions createOptions() {
final appearance = widget.appearance ?? js.ElementAppearance();
return js.JsElementsCreateOptions(
clientSecret: widget.clientSecret,
customerSessionClientSecret: widget.customerSessionClientSecret,
appearance: appearance.toJson().jsify() as js.JsElementAppearance,
);
}