InteropProps constructor

  1. @Deprecated('For internal use only. Only used with the deprecated Component base class and not Component2.')
InteropProps({
  1. ReactDartComponentInternal? internal,
  2. String? key,
  3. Object? ref,
})

Implementation

@Deprecated('For internal use only. Only used with the deprecated Component base class and not Component2.')
external factory InteropProps({
  ReactDartComponentInternal? internal,
  String? key,
  Object? ref,
});