InteropProps constructor
- @Deprecated('For internal use only. Only used with the deprecated Component base class and not Component2.')
- ReactDartComponentInternal? internal,
- String? key,
- 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,
});