attachTo static method

MDCFloatingLabel attachTo(
  1. Element root
)

Implementation

static MDCFloatingLabel attachTo(Element root) =>
    MDCFloatingLabel._attach(root);