Minor formatting fixes (no logical changes) (#13855)
Reformats a SafeArea introduced in #13853.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user