onError property

LazyOnErrorWidgetBuilder? onError
final

This will be displayed in case, the LazyBuilder is not able to find the size of the child.

Default function, will simple put the child according to Alignment.topLeft.

Implementation

final LazyOnErrorWidgetBuilder? onError;