mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 18:14:21 +01:00
setting page, i18n
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
||||
|
||||
import '../../component/appbar_back_btn_component.dart';
|
||||
import '../../component/deletable_list_mixin.dart';
|
||||
import '../../generated/l10n.dart';
|
||||
|
||||
class AuthLogsRouter extends StatefulWidget {
|
||||
@override
|
||||
@@ -13,13 +14,14 @@ class AuthLogsRouter extends StatefulWidget {
|
||||
class _AuthLogsRouter extends State<AuthLogsRouter> with DeletableListMixin {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
var s = S.of(context);
|
||||
var themeData = Theme.of(context);
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: AppbarBackBtnComponent(),
|
||||
title: Text(
|
||||
"Auth Logs",
|
||||
s.Auth_Logs,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: themeData.textTheme.bodyLarge!.fontSize,
|
||||
|
||||
Reference in New Issue
Block a user