io api settings api

This commit is contained in:
jayesh
2024-07-26 12:03:47 +05:30
parent 3c224e1036
commit 2da07cba30
17 changed files with 788 additions and 395 deletions

View File

@@ -255,10 +255,11 @@ class TextWidget {
String text, {
Color? clr,
TextDecoration? textDecoration,
TextAlign? txtAlign,
}) {
return Text(
text,
textAlign: TextAlign.center,
textAlign: txtAlign ?? TextAlign.center,
style: GoogleFonts.dmSans(
fontSize: 17.sp,
decorationColor: AppColor.hintTextColor,