Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
shrinkWrap nuke (#116236)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Nov 30, 2022
1 parent b30eb6c commit 06979d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/api/lib/material/app_bar/app_bar.1.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class _AppBarExampleState extends State<AppBarExample> {
shadowColor: shadowColor ? Theme.of(context).colorScheme.shadow : null,
),
body: GridView.builder(
shrinkWrap: true,
itemCount: _items.length,
padding: const EdgeInsets.all(8.0),
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
Expand Down
2 changes: 0 additions & 2 deletions packages/flutter/lib/src/widgets/scroll_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ abstract class BoxScrollView extends ScrollView {
///
/// ```dart
/// ListView(
/// shrinkWrap: true,
/// padding: const EdgeInsets.all(20.0),
/// children: const <Widget>[
/// Text("I'm dedicating every day to you"),
Expand All @@ -961,7 +960,6 @@ abstract class BoxScrollView extends ScrollView {
///
/// ```dart
/// CustomScrollView(
/// shrinkWrap: true,
/// slivers: <Widget>[
/// SliverPadding(
/// padding: const EdgeInsets.all(20.0),
Expand Down

0 comments on commit 06979d4

Please sign in to comment.