Cleanup naming

This commit is contained in:
Shawn 2023-12-04 11:31:22 -07:00
parent 9e4d457339
commit c2d33ac9d3

View File

@ -80,7 +80,7 @@ class _FullscreenUrlImgViewerState extends State<FullscreenUrlImgViewer> {
child: ExcludeSemantics(child: content), child: ExcludeSemantics(child: content),
); );
return FullScreenKeyboardListener( return FullscreenKeyboardListener(
onKeyDown: _handleKeyDown, onKeyDown: _handleKeyDown,
child: Container( child: Container(
color: $styles.colors.black, color: $styles.colors.black,