Fixed a typeO (#17223)

This commit is contained in:
Hans Muller 2018-05-02 17:43:32 -07:00 committed by xster
parent 4e6045883c
commit c75db13f18

View File

@ -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,
];