conflict solved

This commit is contained in:
meet2711
2024-06-17 19:55:50 +05:30
17 changed files with 900 additions and 87 deletions

View File

@@ -285,6 +285,14 @@ class TextWidget {
);
}
Widget text20W900(String text, {Color? clr}) {
return Text(text,
style: GoogleFonts.dmSans(
fontSize: 20,
fontWeight: FontWeight.w900,
color: clr ?? AppColor.plainWhite));
}
//Text Size 28
Widget text28W700(String text, {Color? clr}) {
return Text(