mirror of
https://github.com/flutter/samples.git
synced 2026-07-16 22:12:42 +00:00
Removed redundant "const" and "new" assignments & Formatted code. (#58)
This commit is contained in:
committed by
Andrew Brogdon
parent
be35972637
commit
8fe2999ee8
@@ -63,8 +63,8 @@ class _ShoppingCartPageState extends State<ShoppingCartPage> {
|
||||
width: _leftColumnWidth,
|
||||
child: IconButton(
|
||||
icon: const Icon(Icons.keyboard_arrow_down),
|
||||
onPressed: () => ExpandingBottomSheet.of(context).close()
|
||||
),
|
||||
onPressed: () =>
|
||||
ExpandingBottomSheet.of(context).close()),
|
||||
),
|
||||
Text(
|
||||
'CART',
|
||||
|
||||
Reference in New Issue
Block a user