attachTo static method

MDCLinearProgress attachTo(
  1. Element root
)

Implementation

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