tab property

TextStyle get tab

Tab Text Style

Implementation

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