dark / ligth dark

design_3.0_internal_audit_module
nextwo 2 years ago
parent 7666364083
commit 746691c164

@ -36,7 +36,7 @@ class _DashboardPageState extends State<DashboardPage> {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
automaticallyImplyLeading: false, automaticallyImplyLeading: false,
backgroundColor: const Color(0xffF8F9FB), backgroundColor: context.isDark ? AppColor.neutral70 : Color(0xffF8F9FB),
titleSpacing: 0, titleSpacing: 0,
title: Row( title: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,

Loading…
Cancel
Save