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