how to get the line height in text widget of flutter code example
Example: flutter text line height
Text('Hey There',
style: TextStyle(height: 5, fontSize: 10),
)
Text('Hey There',
style: TextStyle(height: 5, fontSize: 10),
)