subText top-level property
Implementation
final TextStyle subText = TextStyle(
fontFamily: 'Roboto',
fontSize: 18,
fontWeight: FontWeight.w400,
color: AppColors.black,
);
final TextStyle subText = TextStyle(
fontFamily: 'Roboto',
fontSize: 18,
fontWeight: FontWeight.w400,
color: AppColors.black,
);