setThema method

  1. @Inject.new()
void setThema(
  1. WidgetFactory theme
)

Implementation

@Inject()
void setThema(WidgetFactory theme) {
  theme.register(this, name, edit);
}