getFirstLineStyle method

FontWeight getFirstLineStyle(
  1. bool hasTitle
)

Implementation

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