Unverified Commit 4ece0772 authored by Daniel Agbemava's avatar Daniel Agbemava Committed by GitHub

Update performanceOverlay links (#100894)

parent 2b974aed
...@@ -319,7 +319,7 @@ class CupertinoApp extends StatefulWidget { ...@@ -319,7 +319,7 @@ class CupertinoApp extends StatefulWidget {
/// ///
/// See also: /// See also:
/// ///
/// * <https://flutter.dev/debugging/#performanceoverlay> /// * <https://flutter.dev/debugging/#performance-overlay>
final bool showPerformanceOverlay; final bool showPerformanceOverlay;
/// Turns on checkerboarding of raster cache images. /// Turns on checkerboarding of raster cache images.
......
...@@ -587,7 +587,7 @@ class MaterialApp extends StatefulWidget { ...@@ -587,7 +587,7 @@ class MaterialApp extends StatefulWidget {
/// ///
/// See also: /// See also:
/// ///
/// * <https://flutter.dev/debugging/#performanceoverlay> /// * <https://flutter.dev/debugging/#performance-overlay>
final bool showPerformanceOverlay; final bool showPerformanceOverlay;
/// Turns on checkerboarding of raster cache images. /// Turns on checkerboarding of raster cache images.
......
...@@ -948,7 +948,7 @@ class WidgetsApp extends StatefulWidget { ...@@ -948,7 +948,7 @@ class WidgetsApp extends StatefulWidget {
/// ///
/// See also: /// See also:
/// ///
/// * <https://flutter.dev/debugging/#performanceoverlay> /// * <https://flutter.dev/debugging/#performance-overlay>
final bool showPerformanceOverlay; final bool showPerformanceOverlay;
/// Checkerboards raster cache images. /// Checkerboards raster cache images.
......
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