Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
316d74f6
Unverified
Commit
316d74f6
authored
Dec 19, 2018
by
Alexandre Ardhuin
Committed by
GitHub
Dec 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indentation in doc comments (#25521)
parent
b5df9206
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
action_sheet.dart
packages/flutter/lib/src/cupertino/action_sheet.dart
+1
-1
image.dart
packages/flutter/lib/src/widgets/image.dart
+1
-1
routes.dart
packages/flutter/lib/src/widgets/routes.dart
+1
-1
No files found.
packages/flutter/lib/src/cupertino/action_sheet.dart
View file @
316d74f6
...
@@ -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
({
...
...
packages/flutter/lib/src/widgets/image.dart
View file @
316d74f6
...
@@ -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:
...
...
packages/flutter/lib/src/widgets/routes.dart
View file @
316d74f6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment