regular20 method

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

Implementation

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