initComponentInternal method

  1. @override
  2. @Deprecated('Only supported in the deprecated Component, and not in Component2. See doc comment for more info.')
dynamic initComponentInternal(
  1. Map props,
  2. void _jsRedraw(), [
  3. RefMethod? ref,
  4. dynamic _jsThis,
  5. Map? context,
])
inherited

Do not use.

Will be removed when Component is removed in a future major release.

Implementation

@override
@Deprecated('Only supported in the deprecated Component, and not in Component2. See doc comment for more info.')
initComponentInternal(props, _jsRedraw, [RefMethod? ref, _jsThis, context]) =>
    throw _unsupportedError('initComponentInternal');