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
ad68ba30
Unverified
Commit
ad68ba30
authored
Feb 23, 2019
by
Dan Field
Committed by
GitHub
Feb 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix red build for analysis (#28398)
parent
7b5a769b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
strut_style.dart
packages/flutter/lib/src/painting/strut_style.dart
+2
-2
No files found.
packages/flutter/lib/src/painting/strut_style.dart
View file @
ad68ba30
...
...
@@ -331,8 +331,8 @@ class StrutStyle extends Diagnosticable {
/// Equivalent to having no strut at all. All lines will be laid out according to
/// the properties defined in [TextStyle].
static
const
StrutStyle
disabled
=
StrutStyle
(
height:
0
,
leading:
0
,
height:
0
.0
,
leading:
0
.0
,
);
/// The name of the font to use when calcualting the strut (e.g., Roboto). If the
...
...
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