menu
lumos package
documentation
tools/image_filters.dart
FilterAppliedImage
onProcess property
onProcess property
dark_mode
light_mode
onProcess
property
dynamic Function
(
Uint8List
)
?
onProcess
final
The function to be called after processing the image.
Implementation
final Function(Uint8List)? onProcess;
lumos package
documentation
tools/image_filters
FilterAppliedImage
onProcess property
FilterAppliedImage class