regular20 method
Implementation
Text regular20({Color? color}) => _copyWith(
style: TextStyle(
fontSize: 20 * myRatio,
height: 1.6,
fontFamily: font,
fontWeight: FontWeight.w400,
color: color ?? titleTextColor,
package: package));