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