subText top-level property

TextStyle subText
final

Implementation

final TextStyle subText = TextStyle(
  fontFamily: 'Roboto',
  fontSize: 18,
  fontWeight: FontWeight.w400,
  color: AppColors.black,

);