mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +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) {
|
Widget build(BuildContext context) {
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
|
appBar: AppBar(
|
||||||
|
title: Text(_handler.getOverlayText(context)),
|
||||||
|
),
|
||||||
body: Stack(
|
body: Stack(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Column(
|
Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue