OnFinderRectChange typedef

OnFinderRectChange = dynamic Function(double left, double top, double right, double bottom)

Implementation

typedef OnFinderRectChange = Function(
    double left, double top, double right, double bottom);