Skip to content

Typo in dropdown_menu.dart #180171

@Koichi5

Description

@Koichi5

I found this line of code in packages/flutter/lib/src/material/dropdown_menu.dart#L715

final FocusNode _internalFocudeNode = FocusNode();

I guess it is expected to be:

final FocusNode _internalFocusNode = FocusNode();

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projectd: api docsIssues with https://api.flutter.dev/f: material designflutter/packages/flutter/material repository.found in release: 3.38Found to occur in 3.38found in release: 3.40Found to occur in 3.40frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions