notch method

void notch(
  1. num notchWidth,
  2. bool isRtl
)

Implementation

void notch(num notchWidth, bool isRtl) => js.notch(notchWidth, isRtl);