mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Minor formatting fixes (no logical changes) (#13855)
Reformats a SafeArea introduced in #13853.
This commit is contained in:
parent
1d8ac6d429
commit
f4040455d1
@ -142,7 +142,11 @@ class SectionDetailView extends StatelessWidget {
|
||||
item = new Container(
|
||||
height: 240.0,
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: new SafeArea(top: false, bottom:false, child: image),
|
||||
child: new SafeArea(
|
||||
top: false,
|
||||
bottom: false,
|
||||
child: image,
|
||||
),
|
||||
);
|
||||
} else {
|
||||
item = new ListTile(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user