ref property
- @Deprecated('Only supported in the deprecated Component, and not Component2. Use createRef or a ref callback instead.')
inherited
DEPRECATED.
Support for String ref
s will be removed in a future major release when Component
is removed.
Instead, use createRef
or a ref callback.
Implementation
@Deprecated(
'Only supported in the deprecated Component, and not Component2. Use createRef or a ref callback instead.')
RefMethod get ref => _ref;
- @Deprecated('Only supported in the deprecated Component, and not Component2. Use createRef or a ref callback instead.')
inherited
DEPRECATED.
Support for String ref
s will be removed in a future major release when Component
is removed.
Instead, use createRef
or a ref callback.
Implementation
@Deprecated(
'Only supported in the deprecated Component, and not Component2. Use createRef or a ref callback instead.')
set ref(RefMethod value) => _ref = value;