mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
linter warning fix
This commit is contained in:
parent
b230a123a5
commit
02a5339146
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import 'package:stackwallet/widgets/custom_buttons/app_bar_icon_button.dart';
|
||||||
import 'package:stackwallet/widgets/rounded_white_container.dart';
|
import 'package:stackwallet/widgets/rounded_white_container.dart';
|
||||||
|
|
||||||
class HiddenSettings extends StatelessWidget {
|
class HiddenSettings extends StatelessWidget {
|
||||||
const HiddenSettings({Key? key}) : super(key: key);
|
const HiddenSettings({super.key});
|
||||||
|
|
||||||
static const String routeName = "/hiddenSettings";
|
static const String routeName = "/hiddenSettings";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue