unify handling of themes

accessible theming/high contrast support
This commit is contained in:
Christien Rioux 2024-04-12 20:55:05 -04:00
parent 23ec185324
commit 4f02435964
41 changed files with 958 additions and 622 deletions

View file

@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import '../../tools/tools.dart';
import '../../theme/theme.dart';
class HomeNoActive extends StatefulWidget {
const HomeNoActive({super.key});