Correct typo: "Free" to "Three" in comments (#145689)

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
Lipu 2024-03-26 21:25:00 +01:00 committed by GitHub
parent d2c8552944
commit e5e70b069a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -861,7 +861,7 @@ class DropdownButtonHideUnderline extends InheritedWidget {
/// {@tool dartpad}
/// This sample shows a [DropdownButton] with a large arrow icon,
/// purple text style, and bold purple underline, whose value is one of "One",
/// "Two", "Free", or "Four".
/// "Two", "Three", or "Four".
///
/// ![](https://flutter.github.io/assets-for-api-docs/assets/material/dropdown_button.png)
///