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