Added SmartLinkage page

This commit is contained in:
Mohammad Salameh
2024-04-25 13:15:35 +03:00
parent 1e8fb49b45
commit b9c181c944
7 changed files with 122 additions and 1 deletions

View File

@ -30,6 +30,7 @@ class CustomText extends StatelessWidget {
Widget build(BuildContext context) {
//was SelectableText
return Text(
softWrap: true,
text,
style: style,
textAlign: textAlign,