File tree 2 files changed +0
-3
lines changed
examples/api/lib/material/app_bar
packages/flutter/lib/src/widgets
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ class _AppBarExampleState extends State<AppBarExample> {
49
49
shadowColor: shadowColor ? Theme .of (context).colorScheme.shadow : null ,
50
50
),
51
51
body: GridView .builder (
52
- shrinkWrap: true ,
53
52
itemCount: _items.length,
54
53
padding: const EdgeInsets .all (8.0 ),
55
54
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount (
Original file line number Diff line number Diff line change @@ -946,7 +946,6 @@ abstract class BoxScrollView extends ScrollView {
946
946
///
947
947
/// ```dart
948
948
/// ListView(
949
- /// shrinkWrap: true,
950
949
/// padding: const EdgeInsets.all(20.0),
951
950
/// children: const <Widget>[
952
951
/// Text("I'm dedicating every day to you"),
@@ -961,7 +960,6 @@ abstract class BoxScrollView extends ScrollView {
961
960
///
962
961
/// ```dart
963
962
/// CustomScrollView(
964
- /// shrinkWrap: true,
965
963
/// slivers: <Widget>[
966
964
/// SliverPadding(
967
965
/// padding: const EdgeInsets.all(20.0),
You can’t perform that action at this time.
0 commit comments