This commit is contained in:
guozhigq
2024-07-07 11:01:09 +08:00
parent 1032b6d2ea
commit c248d33109
3 changed files with 8 additions and 21 deletions

View File

@ -78,14 +78,9 @@ class _DynamicsPageState extends State<DynamicsPage>
Widget build(BuildContext context) {
super.build(context);
return Scaffold(
backgroundColor: Colors.transparent,
appBar: AppBar(
elevation: 0,
scrolledUnderElevation: 0,
backgroundColor: Colors.transparent,
systemOverlayStyle: Theme.of(context).brightness == Brightness.dark
? SystemUiOverlayStyle.light
: SystemUiOverlayStyle.dark,
title: SizedBox(
height: 34,
child: Stack(