HookableElement constructor

  1. @mustCallSuper
HookableElement(
  1. Hookable widget
)

Implementation

@mustCallSuper
HookableElement(Hookable widget) : super(widget);