flutter-packages
flutter-packages copied to clipboard
add filter to sort all font Style of same language
Package
google_fonts
Description
final List<TextStyle> allgermanStyle = GoogleFonts.allfont.where((element) => element.language == 'german').toList();