ForeignComponent constructor

const ForeignComponent(
  1. String name, {
  2. Map<String, Object?> props = const {},
  3. String? key,
  4. List<ReactNode> children = const [],
})

Implementation

const ForeignComponent(
  this.name, {
  this.props = const {},
  this.key,
  this.children = const [],
});