Cleanup naming
This commit is contained in:
parent
de6c18a42d
commit
a056373207
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user