Skip to content

Commit

Permalink
removed unused variable in the example code of semantic event (#134551)
Browse files Browse the repository at this point in the history
removes unused variable in the example code of semantic events

https://api.flutter.dev/flutter/semantics/FocusSemanticEvent-class.html
  • Loading branch information
chrisdlangham authored Sep 13, 2023
1 parent 6c7ddb8 commit 15b00bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flutter/lib/src/semantics/semantics_event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class TapSemanticEvent extends SemanticsEvent {
/// }
///
/// class _MyWidgetState extends State<MyWidget> {
/// bool noticeAccepted = false;
/// final GlobalKey mykey = GlobalKey();
///
/// @override
Expand Down

0 comments on commit 15b00bf

Please sign in to comment.