textStyle property
Implementation
final TextStyle textStyle = GoogleFonts.roboto(
fontSize: 14,
fontWeight: FontWeight.w400,
color: CustomTheme.secondaryColor);
final TextStyle textStyle = GoogleFonts.roboto(
fontSize: 14,
fontWeight: FontWeight.w400,
color: CustomTheme.secondaryColor);