large38 method

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

Implementation

Text large38({Color? color}) => _copyWith(
    style: TextStyle(
        fontSize: 38 * myRatio,
        height: 1.5789,
        fontFamily: font,
        fontWeight: FontWeight.w600,
        color: color ?? titleTextColor,
        package: package));