mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Linting fixes
This commit is contained in:
parent
847fda7652
commit
ed2523c3c5
4 changed files with 9 additions and 15 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue