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
5a6a6640
Unverified
Commit
5a6a6640
authored
Jun 05, 2019
by
Kate Lovett
Committed by
GitHub
Jun 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The the doc fix (#33917)
parent
5948b3da
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
slider_theme.dart
packages/flutter/lib/src/material/slider_theme.dart
+3
-3
typography.dart
packages/flutter/lib/src/material/typography.dart
+3
-3
editable.dart
packages/flutter/lib/src/rendering/editable.dart
+1
-1
actions.dart
packages/flutter/lib/src/widgets/actions.dart
+2
-2
No files found.
packages/flutter/lib/src/material/slider_theme.dart
View file @
5a6a6640
...
...
@@ -803,9 +803,9 @@ class _EmptySliderTickMarkShape extends SliderTickMarkShape {
///
/// See also:
///
/// * [RoundSliderThumbShape], which is the
the
default thumb shape.
/// * [RoundSliderOverlayShape], which is the
the
default overlay shape.
/// * [PaddleSliderValueIndicatorShape], which is the
the
default value
/// * [RoundSliderThumbShape], which is the default thumb shape.
/// * [RoundSliderOverlayShape], which is the default overlay shape.
/// * [PaddleSliderValueIndicatorShape], which is the default value
/// indicator shape.
abstract
class
SliderComponentShape
{
/// Abstract const constructor. This constructor enables subclasses to provide
...
...
packages/flutter/lib/src/material/typography.dart
View file @
5a6a6640
...
...
@@ -156,7 +156,7 @@ class Typography extends Diagnosticable {
/// on the overall [ThemeData.brightness], when the current locale's
/// [MaterialLocalizations.scriptCategory] is [ScriptCategory.englishLike].
///
/// To look up a localized [TextTheme], use the
the
overall [Theme], for
/// To look up a localized [TextTheme], use the overall [Theme], for
/// example: `Theme.of(context).textTheme`.
final
TextTheme
englishLike
;
...
...
@@ -167,7 +167,7 @@ class Typography extends Diagnosticable {
/// on the overall [ThemeData.brightness], when the current locale's
/// [MaterialLocalizations.scriptCategory] is [ScriptCategory.dense].
///
/// To look up a localized [TextTheme], use the
the
overall [Theme], for
/// To look up a localized [TextTheme], use the overall [Theme], for
/// example: `Theme.of(context).textTheme`.
final
TextTheme
dense
;
...
...
@@ -177,7 +177,7 @@ class Typography extends Diagnosticable {
/// on the overall [ThemeData.brightness], when the current locale's
/// [MaterialLocalizations.scriptCategory] is [ScriptCategory.tall].
///
/// To look up a localized [TextTheme], use the
the
overall [Theme], for
/// To look up a localized [TextTheme], use the overall [Theme], for
/// example: `Theme.of(context).textTheme`.
final
TextTheme
tall
;
...
...
packages/flutter/lib/src/rendering/editable.dart
View file @
5a6a6640
...
...
@@ -1507,7 +1507,7 @@ class RenderEditable extends RenderBox {
// should rework this properly to once again match the platform. The constant
// _kCaretHeightOffset scales poorly for small font sizes.
//
/// On iOS, the cursor is taller than the
the
cursor on Android. The height
/// On iOS, the cursor is taller than the cursor on Android. The height
/// of the cursor for iOS is approximate and obtained through an eyeball
/// comparison.
Rect
get
_getCaretPrototype
{
...
...
packages/flutter/lib/src/widgets/actions.dart
View file @
5a6a6640
...
...
@@ -220,7 +220,7 @@ class Actions extends InheritedWidget {
return
inherited
?.
dispatcher
;
}
/// Invokes the action associated with the given [Intent] using the
the
/// Invokes the action associated with the given [Intent] using the
/// [Actions] widget that most tightly encloses the given [BuildContext].
///
/// The `context`, `intent` and `nullOk` arguments must not be null.
...
...
@@ -230,7 +230,7 @@ class Actions extends InheritedWidget {
/// reaches the root.
///
/// Will throw if no ambient [Actions] widget is found, or if the given
/// `intent` doesn't map to an action in any of the
the
[Actions.actions] maps
/// `intent` doesn't map to an action in any of the [Actions.actions] maps
/// that are found.
///
/// Setting `nullOk` to true means that if no ambient [Actions] widget is
...
...
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