displayMediumSubtitleAddress static method
Implementation
static TextStyle displayMediumSubtitleAddress(BuildContext context) {
return GoogleFonts.workSans(
fontSize: 18, fontStyle: FontStyle.normal, color: AppColors.white);
}
static TextStyle displayMediumSubtitleAddress(BuildContext context) {
return GoogleFonts.workSans(
fontSize: 18, fontStyle: FontStyle.normal, color: AppColors.white);
}