santa112358 / hashtagable

Widgets and functions to implement hashTag decorated text.
https://pub.dev/packages/hashtagable
MIT License
30 stars 50 forks source link

Change the position of the text according to height of TextStyle #62

Open hysukim opened 3 years ago

hysukim commented 3 years ago

version : ^1.0.6+1

It looks good when the height is 1.2.

height change only

HashTagTextField(
                      decoratedStyle: TextStyle(
                          fontSize: 14, height: 1.7, color: Colors.blue),
                      basicStyle: TextStyle(
                          fontSize: 14, height: 1.7, color: Colors.black),
                    ),

height