regularDisplay11 method

Text regularDisplay11({
  1. Color? color,
})

Implementation

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