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

@ -13,11 +13,11 @@ class SelectInterfaceModal extends StatelessWidget {
final bool dialog;
const SelectInterfaceModal({
Key? key,
super.key,
required this.interfaces,
required this.onSelect,
required this.dialog
}) : super(key: key);
});
@override
Widget build(BuildContext context) {