buildWithErased method

  1. @override
ReactNode buildWithErased(
  1. Object builder
)
override

Builds the loaded Dart component through an erased boundary.

Implementation

@override
ReactNode buildWithErased(Object builder) =>
    (builder as ReactComponentBuilder<P>)(props);