Cleanup naming

This commit is contained in:
Shawn 2023-12-04 11:29:59 -07:00
parent de6c18a42d
commit a056373207

View File

@ -175,7 +175,7 @@ class _PhotoGalleryState extends State<PhotoGallery> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return FullScreenKeyboardListener( return FullscreenKeyboardListener(
onKeyDown: _handleKeyDown, onKeyDown: _handleKeyDown,
child: ValueListenableBuilder<List<String>>( child: ValueListenableBuilder<List<String>>(
valueListenable: _photoIds, valueListenable: _photoIds,