Node<T extends Widget> constructor

Node<T extends Widget>(
  1. T _widget
)

Implementation

Node(this._widget);