FunTailorResult typedef

FunTailorResult = void Function(Image? img, ByteData bytedata, Size? size)

Implementation

typedef FunTailorResult = void Function(
    ui.Image? img, ByteData bytedata, Size? size);