How to indent if Text is softWrapped in Flutter How to indent if Text is softWrapped in Flutter flutter flutter

How to indent if Text is softWrapped in Flutter


Adding one or more tab escape characters "\t" to your strings may do the trick for you:

          Text("\t this is a text string that will have an indentation",),