MDCNotchedOutline constructor

MDCNotchedOutline(
  1. Element root, [
  2. MDCFoundation? foundation,
  3. dynamic args
])

Implementation

MDCNotchedOutline(Element root, [MDCFoundation? foundation, args])
    : _js = _preserveUndefined(root, foundation, args);