DartFunctionComponent
A Dart function component that takes a props Map and returns a ReactElement.
Implementation
typedef DartFunctionComponent =
ReactElement Function(Map<String, Object?> props);
A Dart function component that takes a props Map and returns a ReactElement.
typedef DartFunctionComponent =
ReactElement Function(Map<String, Object?> props);