attachTo static method

MDCRipple attachTo(
  1. Element root, [
  2. bool? unbounded
])

Implementation

static MDCRipple attachTo(Element root, [bool? unbounded]) =>
    MDCRipple._attach(root, unbounded);