mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-29 05:56: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) {
|
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…
x
Reference in New Issue
Block a user