bodyText3 property

  1. @Deprecated('Use bodyTextSmall')
TextStyle bodyText3

TextStyle bodyText3

Implementation

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