Adapt ui to support text scale

This commit is contained in:
Juan Gilsanz Polo 2023-11-29 11:56:28 +01:00
parent bddfac7e72
commit c9c960d1ee
23 changed files with 624 additions and 495 deletions

View file

@ -9,11 +9,11 @@ class StatusBox extends StatelessWidget {
final bool isEnabled;
const StatusBox({
Key? key,
super.key,
required this.icon,
required this.label,
required this.isEnabled
}) : super(key: key);
});
@override
Widget build(BuildContext context) {