bodyText1 property

TextStyle get bodyText1

Implementation

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