onError property

ValueChanged<Object>? onError
final

Called when the file can't be opened or shown. Nothing is painted in that case besides backgroundColor.

Implementation

final ValueChanged<Object>? onError;