getTitle2Theme method

TextStyle? getTitle2Theme(
  1. BuildContext context
)

Implementation

TextStyle? getTitle2Theme(BuildContext context) =>
    Theme.of(context).textTheme.bodySmall?.copyWith(
          fontSize: 17,
          fontWeight: FontWeight.w600,
        );