Unverified Commit 15b00bf6 authored by chrisdlangham's avatar chrisdlangham Committed by GitHub

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
parent 6c7ddb85
......@@ -188,7 +188,6 @@ class TapSemanticEvent extends SemanticsEvent {
/// }
///
/// class _MyWidgetState extends State<MyWidget> {
/// bool noticeAccepted = false;
/// final GlobalKey mykey = GlobalKey();
///
/// @override
......
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