行间距,倍数
Text lineSpacing(double spacing) { var newStyle = TextStyle(height: spacing); return copyWith(style: style?.merge(newStyle) ?? newStyle); }