lineHeight method

VText lineHeight(
  1. double h
)

Sets line height.

Implementation

VText lineHeight(double h) => copyWithStyle(TextStyle(height: h));