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