bodyText3 property
- @Deprecated('Use bodyTextSmall')
TextStyle bodyText3
Implementation
@Deprecated('Use bodyTextSmall')
TextStyle get bodyText3 {
return titleLarge!.copyWith(fontWeight: FontWeight.w400);
}
TextStyle bodyText3
@Deprecated('Use bodyTextSmall')
TextStyle get bodyText3 {
return titleLarge!.copyWith(fontWeight: FontWeight.w400);
}