getRegularStyle method

TextStyle getRegularStyle()

Implementation

TextStyle getRegularStyle() {
  return Theme.of(context).textTheme.bodyLarge!.copyWith(
        fontSize: 16,
        color: AppTheme.primaryTextColor,
      );
}