getFirstLineStyle method
Implementation
FontWeight getFirstLineStyle(bool hasTitle) {
return hasTitle ? VFontWeight.semiBold : VFontWeight.regular;
}
FontWeight getFirstLineStyle(bool hasTitle) {
return hasTitle ? VFontWeight.semiBold : VFontWeight.regular;
}