tabItem2 property

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

TextStyle tabitem2

Implementation

@Deprecated('Use bodyTextLarge, or bodyTextMedium if tab has icons.')
TextStyle get tabItem2 {
  return bodyMedium!;
}