EnterAcceptsDirective constructor

EnterAcceptsDirective(
  1. MaterialYesNoButtonsComponent _yesNo,
  2. Element element,
  3. @Optional() KeyUpBoundaryDirective? boundary
)

Implementation

EnterAcceptsDirective(this._yesNo, Element element,
    @Optional() KeyUpBoundaryDirective? boundary)
    : super.keypress(element, boundary);