onFloodFillEnd property

(dynamic Function(Image image)?) onFloodFillEnd
final

Callback function that returns an Image from dart:ui when flood fill ended.

Implementation

final Function(ui.Image image)? onFloodFillEnd;