Unverified Commit 2b2cda15 authored by Nils Reichardt's avatar Nils Reichardt Committed by GitHub

Add blank line after first sentence of doc comment for `CheckedModeBanner` (#103490)

parent 17b87e5b
......@@ -326,6 +326,7 @@ class Banner extends StatelessWidget {
/// Displays a [Banner] saying "DEBUG" when running in debug mode.
/// [MaterialApp] builds one of these by default.
///
/// Does nothing in release mode.
class CheckedModeBanner extends StatelessWidget {
/// Creates a const debug 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