Unverified Commit 316d74f6 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

fix indentation in doc comments (#25521)

parent b5df9206
...@@ -258,7 +258,7 @@ class CupertinoActionSheet extends StatelessWidget { ...@@ -258,7 +258,7 @@ class CupertinoActionSheet extends StatelessWidget {
/// * [CupertinoActionSheet], an alert that presents the user with a set of two or /// * [CupertinoActionSheet], an alert that presents the user with a set of two or
/// more choices related to the current context. /// more choices related to the current context.
class CupertinoActionSheetAction extends StatelessWidget { class CupertinoActionSheetAction extends StatelessWidget {
///Creates an action for an iOS-style action sheet. /// Creates an action for an iOS-style action sheet.
/// ///
/// The [child] and [onPressed] arguments must not be null. /// The [child] and [onPressed] arguments must not be null.
const CupertinoActionSheetAction({ const CupertinoActionSheetAction({
......
...@@ -361,7 +361,7 @@ class Image extends StatefulWidget { ...@@ -361,7 +361,7 @@ class Image extends StatefulWidget {
/// lib/backgrounds/background1.png /// lib/backgrounds/background1.png
/// lib/backgrounds/background2.png /// lib/backgrounds/background2.png
/// lib/backgrounds/background3.png /// lib/backgrounds/background3.png
///``` /// ```
/// ///
/// To include, say the first image, the `pubspec.yaml` of the app should /// To include, say the first image, the `pubspec.yaml` of the app should
/// specify it in the assets section: /// specify it in the assets section:
......
...@@ -821,7 +821,7 @@ abstract class ModalRoute<T> extends TransitionRoute<T> with LocalHistoryRoute<T ...@@ -821,7 +821,7 @@ abstract class ModalRoute<T> extends TransitionRoute<T> with LocalHistoryRoute<T
/// ); /// );
/// }, /// },
/// ); /// );
///``` /// ```
/// ///
/// We've used [PageRouteBuilder] to demonstrate the [buildTransitions] method /// We've used [PageRouteBuilder] to demonstrate the [buildTransitions] method
/// here. The body of an override of the [buildTransitions] method would be /// here. The body of an override of the [buildTransitions] method would be
......
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