Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhtai committed Dec 11, 2024
1 parent 14fd4ed commit f05255f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/window.dart
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class FlutterView {
///
/// Only framework knows when semantics tree should be generated. It uses this
/// method to notify the engine such event.
///
///
/// In the case where platforms want to enable semantics, e.g. when detected running
/// assitive technologies, it notifies framework through the
/// [PlatformDispatcher.onSemanticsEnabledChanged].
Expand All @@ -405,7 +405,7 @@ class FlutterView {
/// semantics update sent via [updateSemantics]. When this is set to false, platforms
/// may dispose any resources associated with processing semantics as no further
/// semantics updates will be sent via [updateSemantics].
///
///
/// One must call this method with true before sending update through [updateSemantics].
void setSemanticsTreeEnabled(bool enabled) => _setSemanticsTreeEnabled(enabled);

Expand Down

0 comments on commit f05255f

Please sign in to comment.