Unable to align text left
Widget cardText(String text) { return FittedBox( fit: BoxFit.contain, child: Text( textAlign: TextAlign.left, text, style: const TextStyle( fontWeight: FontWeight.w600, color: Colors.grey, fontFamily: “Myriad”), ), ); } I want to align this textWidget left and it is coverd with a custom widget resizable widget which allow me to move it and resize it. And BoxFit.contain is the […]
Text overflow with icons in rich text in Flutter
I have the following code:
Flutter: how to make TextOverflow.ellipse in the middle of Text
Change auto text selection theme
does anybody know how to change the auto text selection colour? I have changed the text selection theme as follows: