Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flutter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
flutter
Commits
9a6c0283
Unverified
Commit
9a6c0283
authored
10 months ago
by
Tirth
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update sliver.dart
parent
6fe09872
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/flutter/lib/src/widgets/sliver.dart
+2
-2
2 additions, 2 deletions
packages/flutter/lib/src/widgets/sliver.dart
with
2 additions
and
2 deletions
packages/flutter/lib/src/widgets/sliver.dart
+
2
−
2
View file @
9a6c0283
...
@@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget {
...
@@ -422,7 +422,7 @@ class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget {
/// This constructor is appropriate for sliver lists with a large (or
/// This constructor is appropriate for sliver lists with a large (or
/// infinite) number of children whose extent is already determined.
/// infinite) number of children whose extent is already determined.
///
///
/// Providing a non-null `itemCount` improves the ability of the [Sliver
Grid
]
/// Providing a non-null `itemCount` improves the ability of the [Sliver
FixedExtentList
]
/// to estimate the maximum scroll extent.
/// to estimate the maximum scroll extent.
///
///
/// `itemBuilder` will be called only with indices greater than or equal to
/// `itemBuilder` will be called only with indices greater than or equal to
...
@@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget {
...
@@ -582,7 +582,7 @@ class SliverVariedExtentList extends SliverMultiBoxAdaptorWidget {
/// This constructor is appropriate for sliver lists with a large (or
/// This constructor is appropriate for sliver lists with a large (or
/// infinite) number of children whose extent is already determined.
/// infinite) number of children whose extent is already determined.
///
///
/// Providing a non-null `itemCount` improves the ability of the [Sliver
Grid
]
/// Providing a non-null `itemCount` improves the ability of the [Sliver
VariedExtentList
]
/// to estimate the maximum scroll extent.
/// to estimate the maximum scroll extent.
SliverVariedExtentList
.
builder
({
SliverVariedExtentList
.
builder
({
super
.
key
,
super
.
key
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment