display2 property

TextStyle get display2

Display 2 Text Style

Implementation

TextStyle get display2 {
  return baseTextStyle.copyWith(
    fontSize: 58.0,
    fontWeight: VFontWeight.semiBold,
  );
}