mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-31 13:25:10 +01:00
opt.
This commit is contained in:
@@ -60,7 +60,7 @@ class _ContainerPageState extends State<ContainerPage> {
|
||||
builder: (_, __) => Consumer<ContainerProvider>(
|
||||
builder: (_, ___, __) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
appBar: CustomAppBar(
|
||||
centerTitle: true,
|
||||
title: TwoLineText(up: l10n.container, down: widget.spi.name),
|
||||
actions: [
|
||||
|
||||
@@ -177,7 +177,7 @@ class _HomePageState extends State<HomePage>
|
||||
builder: (context, child) =>
|
||||
AdaptiveScaffold.standardNavigationRail(
|
||||
extended: extended,
|
||||
padding: EdgeInsets.zero,
|
||||
padding: EdgeInsets.only(top: CustomAppBar.sysStatusBarHeight),
|
||||
selectedIndex: _selectIndex.value,
|
||||
destinations: AppTab.navRailDestinations,
|
||||
onDestinationSelected: _onDestinationSelected,
|
||||
|
||||
@@ -55,7 +55,7 @@ class _SettingsPageState extends State<SettingsPage>
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
appBar: CustomAppBar(
|
||||
title: Text(libL10n.setting, style: const TextStyle(fontSize: 20)),
|
||||
bottom: TabBar(
|
||||
controller: _tabCtrl,
|
||||
|
||||
Reference in New Issue
Block a user