Unverified Commit 7ea5536f authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Fix doc TODO (#136485)

Underlying bug (https://github.com/dart-lang/dartdoc/issues/2276) has been fixed a while ago.
parent 1b797baf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment