We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c84ce commit 352a060Copy full SHA for 352a060
packages/flutter/lib/src/widgets/binding.dart
@@ -33,7 +33,7 @@ export 'dart:ui' show AppLifecycleState, Locale;
33
/// settings. It is used to implement features such as [MediaQuery].
34
///
35
/// This class can be extended directly, or mixed in, to get default behaviors
36
-/// for all of the handlers. Alternatively it can can be used with the
+/// for all of the handlers. Alternatively it can be used with the
37
/// `implements` keyword, in which case all the handlers must be implemented
38
/// (and the analyzer will list those that have been omitted).
39
0 commit comments