shrinkWrap nuke (#116236)

This commit is contained in:
Michael Goderbauer 2022-11-29 19:07:15 -08:00 committed by GitHub
parent b30eb6c54d
commit 06979d4e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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(

View File

@ -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),