bodyText2 property

TextStyle get bodyText2

Implementation

TextStyle get bodyText2 => TextStyle(
  fontSize: 14.sp,
  fontWeight: FontWeight.normal,
  color: Theme.of(context).colorScheme.onPrimary,
);