activate method

void activate([
  1. dynamic previousIndicatorClientRect
])

previousIndicatorClientRect is a DOMRect. See also computeIndicatorClientRect().

Implementation

void activate([/*DOMRect*/ previousIndicatorClientRect]) =>
    js.activate(previousIndicatorClientRect);