appFontFamily function

TextStyle appFontFamily({
  1. TextStyle? textStyle,
})

Implementation

TextStyle appFontFamily({TextStyle? textStyle}) {
  return GoogleFonts.outfit(textStyle: textStyle);
}