SwitchCipperBuilder typedef

SwitchCipperBuilder = CustomClipper<Path>? Function(Animation<double> animation)

自定义裁剪

Implementation

typedef SwitchCipperBuilder = CustomClipper<Path>? Function(
    Animation<double> animation);