textStyle property

TextStyle textStyle
final

Implementation

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