Skip to content

Commit

Permalink
Add basic instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
KipCrossing committed Dec 18, 2020
1 parent 82dd64a commit 1ec8c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/bills/pdf_viewer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class _PDFScreenState extends State<PDFScreen> {
Completer<PDFViewController>();
return Scaffold(
appBar: AppBar(
title: Text("Document"),
title: Text("Swipe to turn page"),
),
body: Stack(
children: <Widget>[
Expand Down

0 comments on commit 1ec8c2b

Please sign in to comment.