normalSize20Text function

TextStyle normalSize20Text([
  1. Color? color
])

Implementation

TextStyle normalSize20Text([Color? color]) => GoogleFonts.sora(
      fontWeight: FontWeight.w400,
      color: color,
      fontSize: 20,
    );