BlurCheckDart typedef

BlurCheckDart = bool Function(Pointer<Uint8> inputPixels, int width, int height)

Implementation

typedef BlurCheckDart =
    bool Function(Pointer<Uint8> inputPixels, int width, int height);