Commit 771d7910 authored by Eric Seidel's avatar Eric Seidel Committed by Adam Barth

Add a cross-reference to MaterialApp from CheckedModeBanner (#4981)

so that folks have some prayer of figuring out from our docs
how to turn it off. :)

@Hixie
parent 8893e328
......@@ -162,6 +162,7 @@ class Banner extends StatelessWidget {
}
/// Displays a [Banner] saying "SLOW MODE" when running in checked mode.
/// [MaterialApp] builds one of these by default.
/// Does nothing in release mode.
class CheckedModeBanner extends StatelessWidget {
/// Creates a checked mode banner.
......
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