getTitleStyle method

TextStyle getTitleStyle()

Implementation

TextStyle getTitleStyle() {
  return Theme.of(context).textTheme.titleLarge!.copyWith(
        fontSize: 24,
        color: AppTheme.primaryTextColor,
      );
}