regularDisplay13 method

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

Implementation

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