opt: window title bar (#672)
* opt: window title bar * rm: `VirtualWindowFrame` on `SettingsPage`
This commit is contained in:
@@ -26,8 +26,8 @@ class _IPerfPageState extends State<IPerfPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: const CustomAppBar(
|
||||
title: Text('iperf'),
|
||||
appBar: AppBar(
|
||||
title: const Text('iperf'),
|
||||
),
|
||||
body: _buildBody(),
|
||||
floatingActionButton: _buildFAB(),
|
||||
|
||||
Reference in New Issue
Block a user