ReorderItemDirective constructor

ReorderItemDirective(
  1. HtmlElement element,
  2. @Optional() ReorderHandleProvider? _handleProvider
)

Implementation

ReorderItemDirective(this.element, @Optional() this._handleProvider);