clip static method

dynamic clip(
  1. Clip clip
)

Implementation

static clip(Clip clip) => Stack(
      clipBehavior: clip,
    );