ElementAppareance function

JsElementAppearance ElementAppareance({
  1. ElementTheme? theme,
})

Implementation

JsElementAppearance ElementAppareance({ElementTheme? theme}) {
  return JsElementAppearance._(theme: theme?.name);
}