Stabilized UI elements across multiple devices

Synchronized ACs Status functionality
This commit is contained in:
Mohammad Salameh
2024-02-28 12:22:45 +03:00
parent 4c27cce519
commit 3fabd41e72
63 changed files with 432 additions and 384 deletions

View File

@ -34,7 +34,7 @@ class BodyLarge extends StatelessWidget {
textAlign: textAlign,
style: style ??
context.bodyLarge.copyWith(
height: height ?? 1.5,
height: height,
fontWeight: fontWeight,
color: fontColor,
fontSize: fontSize,