Skip to content

Commit 15b00bf

Browse files
removed unused variable in the example code of semantic event (#134551)
removes unused variable in the example code of semantic events https://api.flutter.dev/flutter/semantics/FocusSemanticEvent-class.html
1 parent 6c7ddb8 commit 15b00bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/flutter/lib/src/semantics/semantics_event.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ class TapSemanticEvent extends SemanticsEvent {
188188
/// }
189189
///
190190
/// class _MyWidgetState extends State<MyWidget> {
191-
/// bool noticeAccepted = false;
192191
/// final GlobalKey mykey = GlobalKey();
193192
///
194193
/// @override

0 commit comments

Comments
 (0)