tabItem1 property

  1. @Deprecated('Use bodyTextLarge, or bodyTextMedium if tab has icons.')
TextStyle tabItem1

TextStyle for tab item 1

Implementation

@Deprecated('Use bodyTextLarge, or bodyTextMedium if tab has icons.')
TextStyle get tabItem1 {
  return bodyLarge!.copyWith(letterSpacing: 0.2);
}