TextStyle getFirstLineStyle(bool hasTitle) { return defaultVTheme.textStyles.bodyText2.copyWith( fontWeight: hasTitle ? VFontWeight.semiBold : null, height: 1.5); }