mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
Adds app bar with back button to barcode scanning widget
This commit is contained in:
parent
248ca6f328
commit
2d005ba86b
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue