attachTo static method

MDCIconButtonToggle attachTo(
  1. Element root
)

Implementation

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