Fix doc TODO (#136485)

Underlying bug (https://github.com/dart-lang/dartdoc/issues/2276) has been fixed a while ago.
This commit is contained in:
Michael Goderbauer 2023-10-12 13:52:51 -07:00 committed by GitHub
parent 1b797baf0d
commit 7ea5536f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,8 +265,7 @@ class FilteringTextInputFormatter extends TextInputFormatter {
///
/// If [allow] is true, then the filter pattern is an allow list,
/// and characters must match the pattern to be accepted. See also
/// the `FilteringTextInputFormatter.allow` constructor.
// TODO(goderbauer): Cannot link to the constructor because of https://github.com/dart-lang/dartdoc/issues/2276.
/// the [FilteringTextInputFormatter.allow()] constructor.
///
/// If [allow] is false, then the filter pattern is a deny list,
/// and characters that match the pattern are rejected. See also