consumedProps property

  1. @override
Iterable<ConsumedProps>? consumedProps
override

Forward all the props from ErrorBoundaryProps to the child RecoverableErrorBoundary by explicitly setting consumedProps to an empty list.

Implementation

@override
get consumedProps => [];