mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
shrinkWrap nuke (#116236)
This commit is contained in:
parent
b30eb6c54d
commit
06979d4e2e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user