ui cleanup

This commit is contained in:
Christien Rioux 2025-03-17 00:51:16 -04:00
parent d460a0388c
commit 77c68aa45f
57 changed files with 1158 additions and 914 deletions

View file

@ -96,7 +96,7 @@ class HomeScreenState extends State<HomeScreen>
),
Row(mainAxisSize: MainAxisSize.min, children: [
StatefulBuilder(
builder: (context, setState) => Checkbox.adaptive(
builder: (context, setState) => Checkbox(
value: displayBetaWarning,
onChanged: (value) {
setState(() {
@ -213,7 +213,6 @@ class HomeScreenState extends State<HomeScreen>
style: theme.textTheme.bodySmall!,
child: ZoomDrawer(
controller: _zoomDrawerController,
//menuBackgroundColor: Colors.transparent,
menuScreen: Builder(builder: (context) {
final zoomDrawer = ZoomDrawer.of(context);
zoomDrawer!.stateNotifier.addListener(() {
@ -228,7 +227,7 @@ class HomeScreenState extends State<HomeScreen>
child: Builder(builder: _buildAccountPageView)),
borderRadius: 0,
angle: 0,
mainScreenOverlayColor: theme.shadowColor.withAlpha(0x2F),
//mainScreenOverlayColor: theme.shadowColor.withAlpha(0x2F),
openCurve: Curves.fastEaseInToSlowEaseOut,
// duration: const Duration(milliseconds: 250),
// reverseDuration: const Duration(milliseconds: 250),