resolveTextStyle method

  1. @override
TextStyle? resolveTextStyle(
  1. Set<MaterialState> states
)

Implementation

@override
TextStyle? resolveTextStyle(Set<MaterialState> states) {
  return GoogleFonts.getFont(
    'Source Sans Pro',
    fontWeight: FontWeight.w600,
    fontSize: 18,
  );
}