ReactComponentBuilder<P> typedef
ReactComponentBuilder<P> =
ReactNode Function(P props)
A Dart component function that receives props and returns a node.
Implementation
typedef ReactComponentBuilder<P> = ReactNode Function(P props);