Unverified Commit 06979d4e authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

shrinkWrap nuke (#116236)

parent b30eb6c5
......@@ -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(
......
......@@ -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"),
......@@ -961,7 +960,6 @@ abstract class BoxScrollView extends ScrollView {
///
/// ```dart
/// CustomScrollView(
/// shrinkWrap: true,
/// slivers: <Widget>[
/// SliverPadding(
/// padding: const EdgeInsets.all(20.0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment