flutter_mask_view library

Typedefs

OnDraw = void Function(Canvas canvas, Size size)
draw call back
PathBuilder = Path Function(Size size)
custom clip path
PathProvider = Path Function(Size size, double progress)
ShouldRePaintDelegate = bool Function(CustomPainter oldDelegate)
need repaint