Center title in SFTP/Apt

This commit is contained in:
Junyuan Feng
2022-03-08 18:07:52 +08:00
parent 7a5516792c
commit e6e08dc407
8 changed files with 38 additions and 22 deletions

View File

@@ -54,6 +54,7 @@ class _AptManagePageState extends State<AptManagePage>
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
centerTitle: true,
title: TwoLineText(up: 'Apt', down: widget.spi.ip),
actions: [
IconButton(