Commit c75db13f authored by Hans Muller's avatar Hans Muller Committed by xster

Fixed a typeO (#17223)

parent 4e604588
......@@ -293,7 +293,7 @@ class _DemoBottomAppBar extends StatelessWidget {
final FloatingActionButtonLocation fabLocation;
final bool showNotch;
static const List<FloatingActionButtonLocation> kCenterLocations = <FloatingActionButtonLocation>[
static final List<FloatingActionButtonLocation> kCenterLocations = <FloatingActionButtonLocation>[
FloatingActionButtonLocation.centerDocked,
FloatingActionButtonLocation.centerFloat,
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment