io api settings api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user