You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I defined line height and letterSpacing in TextStyle, but it didn't take effect! TextStyle( fontSize: fontSuzie, height: 10, inherit: false, wordSpacing: 0.0, color: Color(0xFF535353), letterSpacing: 1.5)