Sets custom line height
Example:
Text('Hello').lineHeight(1.5)
Text lineHeight(double height) => _copyWith(style: TextStyle(height: height));