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:
@ -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(
|
||||
|
Reference in New Issue
Block a user