buttonLarge property

TextStyle get buttonLarge

Button Large Text Style

Implementation

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