2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Linting fixes

This commit is contained in:
Oliver Walters
2022-07-06 21:29:26 +10:00
parent 847fda7652
commit ed2523c3c5
4 changed files with 9 additions and 15 deletions

View File

@ -1,11 +1,10 @@
import "package:flutter/material.dart";
/*
* A custom implementation of a "Back" button for display in the app drawer
* Construct a custom back button with special feature!
*
* Long-pressing on this will return the user to the home screen
*/
import "package:flutter/material.dart";
Widget backButton(BuildContext context, GlobalKey<ScaffoldState> key) {
return GestureDetector(