mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Adds app bar with back button to barcode scanning widget
This commit is contained in:
parent
248ca6f328
commit
2d005ba86b
@ -514,6 +514,9 @@ class _QRViewState extends State<InvenTreeQRView> {
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(_handler.getOverlayText(context)),
|
||||
),
|
||||
body: Stack(
|
||||
children: <Widget>[
|
||||
Column(
|
||||
|
Loading…
x
Reference in New Issue
Block a user